#B9AE6E

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

Shades of Dark Khaki #B9AE6E

Tints of Dark Khaki #B9AE6E

Color information

#B9AE6E (or 0xB9AE6E) is unknown color: approx Dark Khaki. HEX triplet: B9, AE and 6E. RGB value is (185,174,110). Sum of RGB (Red+Green+Blue) = 185+174+110=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE6E is #465191. Grayscale: #AAAAAA. Windows color (decimal): -4608402 or 7253689. OLE color: 7253689.

HSL color Cylindrical-coordinate representation of color #B9AE6E: hue angle of 51.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9AE6E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185174110-
CMYK00.060.410.27
HSL51.2º34.88%57.84%-
HSV(B)51.2º40.54%72.55%-
XYZ37.9641.7120.8-
YUV169.9994.14138.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=39.45%
G=37.10%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517411000.060.410.2751.234.8857.84
HexB9AE6E06291B33233a
Octal271256156065133634372
Binary10111001101011101101110011010100111011110011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE6E; }

 p { color: rgb(185,174,110); }

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

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

 a { background-color: rgb(185,174,110); }

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

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

 span { border-color: rgb(185,174,110); }

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