#BBB76D

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

Shades of Dark Khaki #BBB76D

Tints of Dark Khaki #BBB76D

Color information

#BBB76D (or 0xBBB76D) is unknown color: approx Dark Khaki. HEX triplet: BB, B7 and 6D. RGB value is (187,183,109). Sum of RGB (Red+Green+Blue) = 187+183+109=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB76D is #444892. Grayscale: #B0B0B0. Windows color (decimal): -4475027 or 7190459. OLE color: 7190459.

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

Color convert

RGB187183109-
CMYK00.020.420.27
HSL56.92º36.45%58.04%-
HSV(B)56.92º41.71%73.33%-
XYZ40.1945.5421.14-
YUV175.7690.33136.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=39.04%
G=38.20%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718310900.020.420.2756.9236.4558.04
HexBBB76D022A1B39243a
Octal273267155025233714472
Binary1011101110110111110110101010101011011111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB76D; }

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

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

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

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

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

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

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

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