#B5AF73

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

Shades of Dark Khaki #B5AF73

Tints of Dark Khaki #B5AF73

Color information

#B5AF73 (or 0xB5AF73) is unknown color: approx Dark Khaki. HEX triplet: B5, AF and 73. RGB value is (181,175,115). Sum of RGB (Red+Green+Blue) = 181+175+115=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF73 is #4A508C. Grayscale: #AAAAAA. Windows color (decimal): -4870285 or 7581621. OLE color: 7581621.

HSL color Cylindrical-coordinate representation of color #B5AF73: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5AF73 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181175115-
CMYK00.030.360.29
HSL54.55º30.84%58.04%-
HSV(B)54.55º36.46%70.98%-
XYZ37.4841.7222.3-
YUV169.9596.99135.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=38.43%
G=37.15%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117511500.030.360.2954.5530.8458.04
HexB5AF7303241D371f3a
Octal265257163034435673772
Binary101101011010111111100110111001001110111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF73; }

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

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

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

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

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

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

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

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