#BBB66A

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

Shades of Dark Khaki #BBB66A

Tints of Dark Khaki #BBB66A

Color information

#BBB66A (or 0xBBB66A) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 6A. RGB value is (187,182,106). Sum of RGB (Red+Green+Blue) = 187+182+106=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB66A is #444995. Grayscale: #AFAFAF. Windows color (decimal): -4475286 or 6993595. OLE color: 6993595.

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

Color convert

RGB187182106-
CMYK00.030.430.27
HSL56.3º37.33%57.45%-
HSV(B)56.3º43.32%73.33%-
XYZ39.8245.0620.23-
YUV174.8389.16136.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=39.37%
G=38.32%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718210600.030.430.2756.337.3357.45
HexBBB66A032B1B382539
Octal273266152035333704571
Binary1011101110110110110101001110101111011111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB66A; }

 p { color: rgb(187,182,106); }

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

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

 a { background-color: rgb(187,182,106); }

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

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

 span { border-color: rgb(187,182,106); }

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