#BBB073

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

Shades of Dark Khaki #BBB073

Tints of Dark Khaki #BBB073

Color information

#BBB073 (or 0xBBB073) is unknown color: approx Dark Khaki. HEX triplet: BB, B0 and 73. RGB value is (187,176,115). Sum of RGB (Red+Green+Blue) = 187+176+115=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB073 is #444F8C. Grayscale: #ACACAC. Windows color (decimal): -4476813 or 7581883. OLE color: 7581883.

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

Color convert

RGB187176115-
CMYK00.060.390.27
HSL50.83º34.62%59.22%-
HSV(B)50.83º38.5%73.33%-
XYZ39.1142.8522.43-
YUV172.3495.64138.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=39.12%
G=36.82%
B=24.06%

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
Decimal18717611500.060.390.2750.8334.6259.22
HexBBB07306271B33233b
Octal273260163064733634373
Binary10111011101100001110011011010011111011110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB073; }

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

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

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

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

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

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

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

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