COLOR #BB867A

HEX: #BB867A
RGB: (187,134,122)

Color info

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

RGB color model

#BB867A color RGB value is (187,134,122).

  • red value is 187;
  • green value is 134;
  • blue value is 122.
RGB:
(187,134,122)
(73%,53%,48%)

RGB channels and saturation

R 187 of 255 = 73%
G 134 of 255 = 53%
B 122 of 255 = 48%

187
134
122

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

Portions of RGB colors in percentages

R + G + B =
187 + 134 + 122 = 443 (100%)
R 187 of 443 ~ 42.21%
G 134 of 443 ~ 30.25%
B 122 of 443 ~ 27.54%

%42.21
%30.25
%27.54

CMYK color model

#BB867A color CMYK value is (0,28,35,27).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 34.76%
  • key color value is 26.67%
CMYK:
(0,28,35,27)
C0M28Y35K27 
(0%,28%,35%,27%)
(0.00/0.28/0.35/0.27)	

CMYK percentages

%0
%28.34
%34.76
%26.67

Codes

Color #BB867A in popluar color models

BB867A
RGB187134122
HSL11°32.34%60.59%
HSB/HSV11°34.76%73.33%
CMYK0.00%28.34%34.76%
26.67%

Color #BB867A in popluar number systems.

HEXBB867A
Decimal187134122
Binary10111011100001101111010
Octal273206172

Shades and tints

Shades of #BB867A

#BB867A
(187,134,122)
#AA7A6F
(170,122,111)
#996E64
(153,110,100)
#886259
(136,98,89)
#77564E
(119,86,78)
#664A43
(102,74,67)
#553E38
(85,62,56)
#44322D
(68,50,45)
#332622
(51,38,34)
#221A17
(34,26,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #BB867A

#BB867A
(187,134,122)
#C19186
(193,145,134)
#C79C92
(199,156,146)
#CDA79E
(205,167,158)
#D3B2AA
(211,178,170)
#D9BDB6
(217,189,182)
#DFC8C2
(223,200,194)
#E5D3CE
(229,211,206)
#EBDEDA
(235,222,218)
#F1E9E6
(241,233,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB867A color. Also use rgb(187,134,122) instead hex code.

Text Font Color

.myTextColor { color: #BB867A; }

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

This text font color is #BB867A.


Background Color

.myBgColor { background-color: #BB867A; }

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

This div background color is #BB867A.


Border color

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

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

This div border color is #BB867A.


Opacity

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

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

Text with #BB867A 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 #BB867A;}

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

This text has shadow with #BB867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB867A on black background.


Color preview on white background

This text has color #BB867A on white background.



Black color preview on #BB867A background

This text has black color on #BB867A background.


White color preview on #BB867A background

This text has white color on #BB867A background.