#BBB376

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

Shades of Dark Khaki #BBB376

Tints of Dark Khaki #BBB376

Color information

#BBB376 (or 0xBBB376) is unknown color: approx Dark Khaki. HEX triplet: BB, B3 and 76. RGB value is (187,179,118). Sum of RGB (Red+Green+Blue) = 187+179+118=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB376 is #444C89. Grayscale: #AEAEAE. Windows color (decimal): -4476042 or 7779259. OLE color: 7779259.

HSL color Cylindrical-coordinate representation of color #BBB376: hue angle of 53.04º 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 #BBB376 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187179118-
CMYK00.040.370.27
HSL53.04º33.66%59.8%-
HSV(B)53.04º36.9%73.33%-
XYZ39.8844.1123.55-
YUV174.4496.15136.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=38.64%
G=36.98%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717911800.040.370.2753.0433.6659.8
HexBBB37604251B35223c
Octal273263166044533654274
Binary10111011101100111110110010010010111011110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB376; }

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

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

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

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

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

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

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

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