#BBB16A

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

Shades of Dark Khaki #BBB16A

Tints of Dark Khaki #BBB16A

Color information

#BBB16A (or 0xBBB16A) is unknown color: approx Dark Khaki. HEX triplet: BB, B1 and 6A. RGB value is (187,177,106). Sum of RGB (Red+Green+Blue) = 187+177+106=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB16A is #444E95. Grayscale: #ACACAC. Windows color (decimal): -4476566 or 6992315. OLE color: 6992315.

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

Color convert

RGB187177106-
CMYK00.050.430.27
HSL52.59º37.33%57.45%-
HSV(B)52.59º43.32%73.33%-
XYZ38.8243.0519.9-
YUV171.990.81138.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=39.79%
G=37.66%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717710600.050.430.2752.5937.3357.45
HexBBB16A052B1B352539
Octal273261152055333654571
Binary10111011101100011101010010110101111011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB16A; }

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

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

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

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

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

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

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

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