#BB9874

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

Shades of Fallow #BB9874

Tints of Fallow #BB9874

Color information

#BB9874 (or 0xBB9874) is unknown color: approx Fallow. HEX triplet: BB, 98 and 74. RGB value is (187,152,116). Sum of RGB (Red+Green+Blue) = 187+152+116=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9874 is #44678B. Grayscale: #9E9E9E. Windows color (decimal): -4482956 or 7641275. OLE color: 7641275.

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

Color convert

RGB187152116-
CMYK00.190.380.27
HSL30.42º34.3%59.41%-
HSV(B)30.42º37.97%73.33%-
XYZ34.8734.2821.3-
YUV158.36104.1148.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=41.10%
G=33.41%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715211600.190.380.2730.4234.359.41
HexBB9874013261B1e223b
Octal2732301640234633364273
Binary101110111001100011101000100111001101101111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9874; }

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

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

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

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

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

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

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

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