#BBB976

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

Shades of Dark Khaki #BBB976

Tints of Dark Khaki #BBB976

Color information

#BBB976 (or 0xBBB976) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 76. RGB value is (187,185,118). Sum of RGB (Red+Green+Blue) = 187+185+118=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB976 is #444689. Grayscale: #B2B2B2. Windows color (decimal): -4474506 or 7780795. OLE color: 7780795.

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

Color convert

RGB187185118-
CMYK00.010.370.27
HSL58.26º33.66%59.8%-
HSV(B)58.26º36.9%73.33%-
XYZ41.1146.5723.96-
YUV177.9694.16134.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=38.16%
G=37.76%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718511800.010.370.2758.2633.6659.8
HexBBB97601251B3a223c
Octal273271166014533724274
Binary101110111011100111101100110010111011111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB976; }

 p { color: rgb(187,185,118); }

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

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

 a { background-color: rgb(187,185,118); }

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

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

 span { border-color: rgb(187,185,118); }

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