#BB9873

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

Shades of Fallow #BB9873

Tints of Fallow #BB9873

Color information

#BB9873 (or 0xBB9873) is unknown color: approx Fallow. HEX triplet: BB, 98 and 73. RGB value is (187,152,115). Sum of RGB (Red+Green+Blue) = 187+152+115=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9873 is #44678C. Grayscale: #9E9E9E. Windows color (decimal): -4482957 or 7575739. OLE color: 7575739.

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

Color convert

RGB187152115-
CMYK00.190.390.27
HSL30.83º34.62%59.22%-
HSV(B)30.83º38.5%73.33%-
XYZ34.8234.2621-
YUV158.25103.6148.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 115 (45.31% from 255) = 25.33%
R=41.19%
G=33.48%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715211500.190.390.2730.8334.6259.22
HexBB9873013271B1f233b
Octal2732301630234733374373
Binary101110111001100011100110100111001111101111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9873; }

 p { color: rgb(187,152,115); }

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

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

 a { background-color: rgb(187,152,115); }

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

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

 span { border-color: rgb(187,152,115); }

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