#BBAF73

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

Shades of Dark Khaki #BBAF73

Tints of Dark Khaki #BBAF73

Color information

#BBAF73 (or 0xBBAF73) is unknown color: approx Dark Khaki. HEX triplet: BB, AF and 73. RGB value is (187,175,115). Sum of RGB (Red+Green+Blue) = 187+175+115=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF73 is #44508C. Grayscale: #ACACAC. Windows color (decimal): -4477069 or 7581627. OLE color: 7581627.

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

Color convert

RGB187175115-
CMYK00.060.390.27
HSL50º34.62%59.22%-
HSV(B)50º38.5%73.33%-
XYZ38.9242.4622.36-
YUV171.7595.98138.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=39.20%
G=36.69%
B=24.11%

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
Decimal18717511500.060.390.275034.6259.22
HexBBAF7306271B32233b
Octal273257163064733624373
Binary10111011101011111110011011010011111011110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF73; }

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

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

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

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

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

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

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

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