#B4AF6E

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

Shades of Dark Khaki #B4AF6E

Tints of Dark Khaki #B4AF6E

Color information

#B4AF6E (or 0xB4AF6E) is unknown color: approx Dark Khaki. HEX triplet: B4, AF and 6E. RGB value is (180,175,110). Sum of RGB (Red+Green+Blue) = 180+175+110=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF6E is #4B5091. Grayscale: #A9A9A9. Windows color (decimal): -4935826 or 7253940. OLE color: 7253940.

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

Color convert

RGB180175110-
CMYK00.030.390.29
HSL55.71º31.82%56.86%-
HSV(B)55.71º38.89%70.59%-
XYZ36.9741.4920.81-
YUV169.0894.66135.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=38.71%
G=37.63%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017511000.030.390.2955.7131.8256.86
HexB4AF6E03271D382039
Octal264257156034735704071
Binary1011010010101111110111001110011111101111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF6E; }

 p { color: rgb(180,175,110); }

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

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

 a { background-color: rgb(180,175,110); }

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

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

 span { border-color: rgb(180,175,110); }

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