#BBB06D

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

Shades of Dark Khaki #BBB06D

Tints of Dark Khaki #BBB06D

Color information

#BBB06D (or 0xBBB06D) is unknown color: approx Dark Khaki. HEX triplet: BB, B0 and 6D. RGB value is (187,176,109). Sum of RGB (Red+Green+Blue) = 187+176+109=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB06D is #444F92. Grayscale: #ABABAB. Windows color (decimal): -4476819 or 7188667. OLE color: 7188667.

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

Color convert

RGB187176109-
CMYK00.060.420.27
HSL51.54º36.45%58.04%-
HSV(B)51.54º41.71%73.33%-
XYZ38.7842.7220.67-
YUV171.6592.64138.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=39.62%
G=37.29%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717610900.060.420.2751.5436.4558.04
HexBBB06D062A1B34243a
Octal273260155065233644472
Binary10111011101100001101101011010101011011110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB06D; }

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

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

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

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

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

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

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

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