#B4AD71

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

Shades of Dark Khaki #B4AD71

Tints of Dark Khaki #B4AD71

Color information

#B4AD71 (or 0xB4AD71) is unknown color: approx Dark Khaki. HEX triplet: B4, AD and 71. RGB value is (180,173,113). Sum of RGB (Red+Green+Blue) = 180+173+113=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD71 is #4B528E. Grayscale: #A8A8A8. Windows color (decimal): -4936335 or 7450036. OLE color: 7450036.

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

Color convert

RGB180173113-
CMYK00.040.370.29
HSL53.73º30.88%57.45%-
HSV(B)53.73º37.22%70.59%-
XYZ36.7540.7821.56-
YUV168.2596.82136.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=38.63%
G=37.12%
B=24.25%

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
Decimal18017311300.040.370.2953.7330.8857.45
HexB4AD7104251D361f39
Octal264255161044535663771
Binary1011010010101101111000101001001011110111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD71; }

 p { color: rgb(180,173,113); }

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

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

 a { background-color: rgb(180,173,113); }

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

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

 span { border-color: rgb(180,173,113); }

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