#B5AF70

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

Shades of Dark Khaki #B5AF70

Tints of Dark Khaki #B5AF70

Color information

#B5AF70 (or 0xB5AF70) is unknown color: approx Dark Khaki. HEX triplet: B5, AF and 70. RGB value is (181,175,112). Sum of RGB (Red+Green+Blue) = 181+175+112=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF70 is #4A508F. Grayscale: #A9A9A9. Windows color (decimal): -4870288 or 7385013. OLE color: 7385013.

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

Color convert

RGB181175112-
CMYK00.030.380.29
HSL54.78º31.8%57.45%-
HSV(B)54.78º38.12%70.98%-
XYZ37.3141.6521.4-
YUV169.6195.49136.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=38.68%
G=37.39%
B=23.93%

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
Decimal18117511200.030.380.2954.7831.857.45
HexB5AF7003261D372039
Octal265257160034635674071
Binary1011010110101111111000001110011011101110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF70; }

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

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

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

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

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

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

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

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