#B4AE70

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

Shades of Dark Khaki #B4AE70

Tints of Dark Khaki #B4AE70

Color information

#B4AE70 (or 0xB4AE70) is unknown color: approx Dark Khaki. HEX triplet: B4, AE and 70. RGB value is (180,174,112). Sum of RGB (Red+Green+Blue) = 180+174+112=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE70 is #4B518F. Grayscale: #A8A8A8. Windows color (decimal): -4936080 or 7384756. OLE color: 7384756.

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

Color convert

RGB180174112-
CMYK00.030.380.29
HSL54.71º31.19%57.25%-
HSV(B)54.71º37.78%70.59%-
XYZ36.8841.1521.33-
YUV168.7395.99136.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=38.63%
G=37.34%
B=24.03%

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
Decimal18017411200.030.380.2954.7131.1957.25
HexB4AE7003261D371f39
Octal264256160034635673771
Binary101101001010111011100000111001101110111011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE70; }

 p { color: rgb(180,174,112); }

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

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

 a { background-color: rgb(180,174,112); }

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

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

 span { border-color: rgb(180,174,112); }

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