#BB986E

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

Shades of Fallow #BB986E

Tints of Fallow #BB986E

Color information

#BB986E (or 0xBB986E) is unknown color: approx Fallow. HEX triplet: BB, 98 and 6E. RGB value is (187,152,110). Sum of RGB (Red+Green+Blue) = 187+152+110=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB986E is #446791. Grayscale: #9D9D9D. Windows color (decimal): -4482962 or 7248059. OLE color: 7248059.

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

Color convert

RGB187152110-
CMYK00.190.410.27
HSL32.73º36.15%58.24%-
HSV(B)32.73º41.18%73.33%-
XYZ34.5434.1519.52-
YUV157.68101.1148.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=41.65%
G=33.85%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715211000.190.410.2732.7336.1558.24
HexBB986E013291B21243a
Octal2732301560235133414472
Binary1011101110011000110111001001110100111011100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB986E; }

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

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

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

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

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

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

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

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