#B5AF71

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

Shades of Dark Khaki #B5AF71

Tints of Dark Khaki #B5AF71

Color information

#B5AF71 (or 0xB5AF71) is unknown color: approx Dark Khaki. HEX triplet: B5, AF and 71. RGB value is (181,175,113). Sum of RGB (Red+Green+Blue) = 181+175+113=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF71 is #4A508E. Grayscale: #A9A9A9. Windows color (decimal): -4870287 or 7450549. OLE color: 7450549.

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

Color convert

RGB181175113-
CMYK00.030.380.29
HSL54.71º31.48%57.65%-
HSV(B)54.71º37.57%70.98%-
XYZ37.3741.6821.7-
YUV169.7395.99136.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=38.59%
G=37.31%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117511300.030.380.2954.7131.4857.65
HexB5AF7103261D371f3a
Octal265257161034635673772
Binary101101011010111111100010111001101110111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF71; }

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

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

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

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

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

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

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

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