#B6AE70

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

Shades of Dark Khaki #B6AE70

Tints of Dark Khaki #B6AE70

Color information

#B6AE70 (or 0xB6AE70) is unknown color: approx Dark Khaki. HEX triplet: B6, AE and 70. RGB value is (182,174,112). Sum of RGB (Red+Green+Blue) = 182+174+112=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE70 is #49518F. Grayscale: #A9A9A9. Windows color (decimal): -4805008 or 7384758. OLE color: 7384758.

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

Color convert

RGB182174112-
CMYK00.040.380.29
HSL53.14º32.41%57.65%-
HSV(B)53.14º38.46%71.37%-
XYZ37.3541.3921.35-
YUV169.3295.65137.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=38.89%
G=37.18%
B=23.93%

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
Decimal18217411200.040.380.2953.1432.4157.65
HexB6AE7004261D35203a
Octal266256160044635654072
Binary10110110101011101110000010010011011101110101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE70; }

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

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

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

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

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

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

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

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