#BBB16D

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

Shades of Dark Khaki #BBB16D

Tints of Dark Khaki #BBB16D

Color information

#BBB16D (or 0xBBB16D) is unknown color: approx Dark Khaki. HEX triplet: BB, B1 and 6D. RGB value is (187,177,109). Sum of RGB (Red+Green+Blue) = 187+177+109=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB16D is #444E92. Grayscale: #ACACAC. Windows color (decimal): -4476563 or 7188923. OLE color: 7188923.

HSL color Cylindrical-coordinate representation of color #BBB16D: hue angle of 52.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBB16D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187177109-
CMYK00.050.420.27
HSL52.31º36.45%58.04%-
HSV(B)52.31º41.71%73.33%-
XYZ38.9843.1120.74-
YUV172.2492.31138.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=39.53%
G=37.42%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717710900.050.420.2752.3136.4558.04
HexBBB16D052A1B34243a
Octal273261155055233644472
Binary10111011101100011101101010110101011011110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB16D; }

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

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

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

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

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

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

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

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