#B6AE71

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

Shades of Dark Khaki #B6AE71

Tints of Dark Khaki #B6AE71

Color information

#B6AE71 (or 0xB6AE71) is unknown color: approx Dark Khaki. HEX triplet: B6, AE and 71. RGB value is (182,174,113). Sum of RGB (Red+Green+Blue) = 182+174+113=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE71 is #49518E. Grayscale: #A9A9A9. Windows color (decimal): -4805007 or 7450294. OLE color: 7450294.

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

Color convert

RGB182174113-
CMYK00.040.380.29
HSL53.04º32.09%57.84%-
HSV(B)53.04º37.91%71.37%-
XYZ37.4141.4121.64-
YUV169.4496.15136.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=38.81%
G=37.10%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217411300.040.380.2953.0432.0957.84
HexB6AE7104261D35203a
Octal266256161044635654072
Binary10110110101011101110001010010011011101110101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE71; }

 p { color: rgb(182,174,113); }

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

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

 a { background-color: rgb(182,174,113); }

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

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

 span { border-color: rgb(182,174,113); }

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