#BBB476

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

Shades of Dark Khaki #BBB476

Tints of Dark Khaki #BBB476

Color information

#BBB476 (or 0xBBB476) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 76. RGB value is (187,180,118). Sum of RGB (Red+Green+Blue) = 187+180+118=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB476 is #444B89. Grayscale: #AFAFAF. Windows color (decimal): -4475786 or 7779515. OLE color: 7779515.

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

Color convert

RGB187180118-
CMYK00.040.370.27
HSL53.91º33.66%59.8%-
HSV(B)53.91º36.9%73.33%-
XYZ40.0844.5223.62-
YUV175.0295.82136.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=38.56%
G=37.11%
B=24.33%

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
Decimal18718011800.040.370.2753.9133.6659.8
HexBBB47604251B36223c
Octal273264166044533664274
Binary10111011101101001110110010010010111011110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB476; }

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

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

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

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

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

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

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

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