#BB8B89

Color #BB8B89 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BB8B89

Tints of Rosy Brown #BB8B89

Color information

#BB8B89 (or 0xBB8B89) is unknown color: approx Rosy Brown. HEX triplet: BB, 8B and 89. RGB value is (187,139,137). Sum of RGB (Red+Green+Blue) = 187+139+137=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8B89 is #447476. Grayscale: #999999. Windows color (decimal): -4486263 or 9014203. OLE color: 9014203.

HSL color Cylindrical-coordinate representation of color #BB8B89: hue angle of 2.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8B89 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB187139137-
CMYK00.260.270.27
HSL2.4º26.88%63.53%-
HSV(B)2.4º26.74%73.33%-
XYZ34.2430.8427.81-
YUV153.12118.9152.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=40.39%
G=30.02%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713913700.260.270.272.426.8863.53
HexBB8B8901A1B1B21b40
Octal2732132110323333233100
Binary101110111000101110001001011010110111101110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B89; }

 p { color: rgb(187,139,137); }

 H1.HeaderClassName
 {
   color: #BB8B89;
 }
 .AnyTagClassName
 {
   color: #BB8B89;
 }
</style>
background-color css

<style>
 a { background-color: #BB8B89; }

 a { background-color: rgb(187,139,137); }

 div.DivClassName
 {
   background-color: #BB8B89;
 }
 .BgClassName
 {
   background-color: #BB8B89;
 }
</style>
border-color css

<style>
 span { border-color: #BB8B89; }

 span { border-color: rgb(187,139,137); }

 td.TdClassName
 {
   border-color: #BB8B89;
 }
 .TagClassName
 {
   border-color: #BB8B89;
 }
</style>