#BBB873

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

Shades of Dark Khaki #BBB873

Tints of Dark Khaki #BBB873

Color information

#BBB873 (or 0xBBB873) is unknown color: approx Dark Khaki. HEX triplet: BB, B8 and 73. RGB value is (187,184,115). Sum of RGB (Red+Green+Blue) = 187+184+115=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB873 is #44478C. Grayscale: #B1B1B1. Windows color (decimal): -4474765 or 7583931. OLE color: 7583931.

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

Color convert

RGB187184115-
CMYK00.020.390.27
HSL57.5º34.62%59.22%-
HSV(B)57.5º38.5%73.33%-
XYZ40.7346.0822.97-
YUV177.0392.99135.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=38.48%
G=37.86%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718411500.020.390.2757.534.6259.22
HexBBB87302271B3a233b
Octal273270163024733724373
Binary1011101110111000111001101010011111011111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB873; }

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

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

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

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

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

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

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

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