COLOR #BB8570

HEX: #BB8570
RGB: (187,133,112)

Color info

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

RGB color model

#BB8570 color RGB value is (187,133,112).

  • red value is 187;
  • green value is 133;
  • blue value is 112.
RGB:
(187,133,112)
(73%,52%,44%)

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 112 of 255 = 44%

187
133
112

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

Portions of RGB colors in percentages

R + G + B =
187 + 133 + 112 = 432 (100%)
R 187 of 432 ~ 43.29%
G 133 of 432 ~ 30.79%
B 112 of 432 ~ 25.93%

%43.29
%30.79
%25.93

CMYK color model

#BB8570 color CMYK value is (0,29,40,27).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 40.11%
  • key color value is 26.67%
CMYK:
(0,29,40,27)
C0M29Y40K27 
(0%,29%,40%,27%)
(0.00/0.29/0.40/0.27)	

CMYK percentages

%0
%28.88
%40.11
%26.67

Codes

Color #BB8570 in popluar color models

BB8570
RGB187133112
HSL17°35.55%58.63%
HSB/HSV17°40.11%73.33%
CMYK0.00%28.88%40.11%
26.67%

Color #BB8570 in popluar number systems.

HEXBB8570
Decimal187133112
Binary10111011100001011110000
Octal273205160

Shades and tints

Shades of #BB8570

#BB8570
(187,133,112)
#AA7966
(170,121,102)
#996D5C
(153,109,92)
#886152
(136,97,82)
#775548
(119,85,72)
#66493E
(102,73,62)
#553D34
(85,61,52)
#44312A
(68,49,42)
#332520
(51,37,32)
#221916
(34,25,22)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #BB8570

#BB8570
(187,133,112)
#C1907D
(193,144,125)
#C79B8A
(199,155,138)
#CDA697
(205,166,151)
#D3B1A4
(211,177,164)
#D9BCB1
(217,188,177)
#DFC7BE
(223,199,190)
#E5D2CB
(229,210,203)
#EBDDD8
(235,221,216)
#F1E8E5
(241,232,229)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8570 color. Also use rgb(187,133,112) instead hex code.

Text Font Color

.myTextColor { color: #BB8570; }

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

This text font color is #BB8570.


Background Color

.myBgColor { background-color: #BB8570; }

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

This div background color is #BB8570.


Border color

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

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

This div border color is #BB8570.


Opacity

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

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

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

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

This text has shadow with #BB8570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8570 on black background.


Color preview on white background

This text has color #BB8570 on white background.



Black color preview on #BB8570 background

This text has black color on #BB8570 background.


White color preview on #BB8570 background

This text has white color on #BB8570 background.