#B5AD72

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

Shades of Dark Khaki #B5AD72

Tints of Dark Khaki #B5AD72

Color information

#B5AD72 (or 0xB5AD72) is unknown color: approx Dark Khaki. HEX triplet: B5, AD and 72. RGB value is (181,173,114). Sum of RGB (Red+Green+Blue) = 181+173+114=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD72 is #4A528D. Grayscale: #A8A8A8. Windows color (decimal): -4870798 or 7515573. OLE color: 7515573.

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

Color convert

RGB181173114-
CMYK00.040.370.29
HSL52.84º31.16%57.84%-
HSV(B)52.84º37.02%70.98%-
XYZ37.0440.9321.87-
YUV168.6797.15136.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=38.68%
G=36.97%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117311400.040.370.2952.8431.1657.84
HexB5AD7204251D351f3a
Octal265255162044535653772
Binary1011010110101101111001001001001011110111010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD72; }

 p { color: rgb(181,173,114); }

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

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

 a { background-color: rgb(181,173,114); }

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

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

 span { border-color: rgb(181,173,114); }

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