#BB986D

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

Shades of Fallow #BB986D

Tints of Fallow #BB986D

Color information

#BB986D (or 0xBB986D) is unknown color: approx Fallow. HEX triplet: BB, 98 and 6D. RGB value is (187,152,109). Sum of RGB (Red+Green+Blue) = 187+152+109=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB986D is #446792. Grayscale: #9D9D9D. Windows color (decimal): -4482963 or 7182523. OLE color: 7182523.

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

Color convert

RGB187152109-
CMYK00.190.420.27
HSL33.08º36.45%58.04%-
HSV(B)33.08º41.71%73.33%-
XYZ34.4834.1319.24-
YUV157.56100.6149-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=41.74%
G=33.93%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715210900.190.420.2733.0836.4558.04
HexBB986D0132A1B21243a
Octal2732301550235233414472
Binary1011101110011000110110101001110101011011100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB986D; }

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

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

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

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

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

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

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

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