COLOR #BB8174

HEX: #BB8174
RGB: (187,129,116)

Color info

#BB8174 contains mainly red and green colors. Web safe color of #BB8174 is #CC9966 (or #C96).

RGB color model

#BB8174 color RGB value is (187,129,116).

  • red value is 187;
  • green value is 129;
  • blue value is 116.
RGB:
(187,129,116)
(73%,51%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 116 of 255 = 45%

187
129
116

R + G + B ~ 56%. #BB8174 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 129 + 116 = 432 (100%)
R 187 of 432 ~ 43.29%
G 129 of 432 ~ 29.86%
B 116 of 432 ~ 26.85%

%43.29
%29.86
%26.85

CMYK color model

#BB8174 color CMYK value is (0,31,38,27).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 37.97%
  • key color value is 26.67%
CMYK:
(0,31,38,27)
C0M31Y38K27 
(0%,31%,38%,27%)
(0.00/0.31/0.38/0.27)	

CMYK percentages

%0
%31.02
%37.97
%26.67

Codes

Color #BB8174 in popluar color models

BB8174
RGB187129116
HSL11°34.30%59.41%
HSB/HSV11°37.97%73.33%
CMYK0.00%31.02%37.97%
26.67%

Color #BB8174 in popluar number systems.

HEXBB8174
Decimal187129116
Binary10111011100000011110100
Octal273201164

Shades and tints

Shades of #BB8174

#BB8174
(187,129,116)
#AA766A
(170,118,106)
#996B60
(153,107,96)
#886056
(136,96,86)
#77554C
(119,85,76)
#664A42
(102,74,66)
#553F38
(85,63,56)
#44342E
(68,52,46)
#332924
(51,41,36)
#221E1A
(34,30,26)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #BB8174

#BB8174
(187,129,116)
#C18C80
(193,140,128)
#C7978C
(199,151,140)
#CDA298
(205,162,152)
#D3ADA4
(211,173,164)
#D9B8B0
(217,184,176)
#DFC3BC
(223,195,188)
#E5CEC8
(229,206,200)
#EBD9D4
(235,217,212)
#F1E4E0
(241,228,224)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8174 color. Also use rgb(187,129,116) instead hex code.

Text Font Color

.myTextColor { color: #BB8174; }

<p style="color:#BB8174">This sample text font color is #BB8174.</p>

This text font color is #BB8174.


Background Color

.myBgColor { background-color: #BB8174; }

<div style="background-color:#BB8174">Inner text</div>

This div background color is #BB8174.


Border color

.myBorderColor { border: 1px solid #BB8174; }

<div style="border:3px solid #BB8174">Div</div>

This div border color is #BB8174.


Opacity

.myOpacity80 { color: #BB8174; opacity: 0.8; }

<p style="color:#BB8174;opacity:0.8;">80%</p>

Text with #BB8174 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB8174;}

<p style="text-shadow: 3px 3px 1px #BB8174">Text here.</p>

This text has shadow with #BB8174 color.

.textShadow {text-shadow: 3px 3px 1px #BB8174, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB8174, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB8174 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB8174, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB8174, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB8174 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB8174;
  -webkit-box-shadow:	1px 1px 3px 2px #BB8174;
  box-shadow:		1px 1px 3px 2px #BB8174;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB8174;
-webkit-box-shadow: 1px 1px 3px 2px #BB8174;
box-shadow:1px 1px 3px 2px #BB8174;">
Div content here</div>
This div box has shadow with color #BB8174.

Preview

Color preview on black background

This text has color #BB8174 on black background.


Color preview on white background

This text has color #BB8174 on white background.



Black color preview on #BB8174 background

This text has black color on #BB8174 background.


White color preview on #BB8174 background

This text has white color on #BB8174 background.