#B5AF74

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

Shades of Dark Khaki #B5AF74

Tints of Dark Khaki #B5AF74

Color information

#B5AF74 (or 0xB5AF74) is unknown color: approx Dark Khaki. HEX triplet: B5, AF and 74. RGB value is (181,175,116). Sum of RGB (Red+Green+Blue) = 181+175+116=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF74 is #4A508B. Grayscale: #AAAAAA. Windows color (decimal): -4870284 or 7647157. OLE color: 7647157.

HSL color Cylindrical-coordinate representation of color #B5AF74: hue angle of 54.46º 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 #B5AF74 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181175116-
CMYK00.030.360.29
HSL54.46º30.52%58.24%-
HSV(B)54.46º35.91%70.98%-
XYZ37.5441.7422.6-
YUV170.0797.49135.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=38.35%
G=37.08%
B=24.58%

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
Decimal18117511600.030.360.2954.4630.5258.24
HexB5AF7403241D361f3a
Octal265257164034435663772
Binary101101011010111111101000111001001110111011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF74; }

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

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

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

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

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

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

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

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