#B4AE6C

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

Shades of Dark Khaki #B4AE6C

Tints of Dark Khaki #B4AE6C

Color information

#B4AE6C (or 0xB4AE6C) is unknown color: approx Dark Khaki. HEX triplet: B4, AE and 6C. RGB value is (180,174,108). Sum of RGB (Red+Green+Blue) = 180+174+108=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE6C is #4B5193. Grayscale: #A8A8A8. Windows color (decimal): -4936084 or 7122612. OLE color: 7122612.

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

Color convert

RGB180174108-
CMYK00.030.400.29
HSL55º32.43%56.47%-
HSV(B)55º40%70.59%-
XYZ36.6741.0620.18-
YUV168.2793.99136.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=38.96%
G=37.66%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017410800.030.400.295532.4356.47
HexB4AE6C03281D372038
Octal264256154035035674070
Binary1011010010101110110110001110100011101110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE6C; }

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

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

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

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

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

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

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

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