#BBB072

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

Shades of Dark Khaki #BBB072

Tints of Dark Khaki #BBB072

Color information

#BBB072 (or 0xBBB072) is unknown color: approx Dark Khaki. HEX triplet: BB, B0 and 72. RGB value is (187,176,114). Sum of RGB (Red+Green+Blue) = 187+176+114=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB072 is #444F8D. Grayscale: #ACACAC. Windows color (decimal): -4476814 or 7516347. OLE color: 7516347.

HSL color Cylindrical-coordinate representation of color #BBB072: hue angle of 50.96º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBB072 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB187176114-
CMYK00.060.390.27
HSL50.96º34.93%59.02%-
HSV(B)50.96º39.04%73.33%-
XYZ39.0642.8322.13-
YUV172.2295.14138.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=39.20%
G=36.90%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717611400.060.390.2750.9634.9359.02
HexBBB07206271B33233b
Octal273260162064733634373
Binary10111011101100001110010011010011111011110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB072; }

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

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

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

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

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

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

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

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