#BAAE70

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

Shades of Dark Khaki #BAAE70

Tints of Dark Khaki #BAAE70

Color information

#BAAE70 (or 0xBAAE70) is unknown color: approx Dark Khaki. HEX triplet: BA, AE and 70. RGB value is (186,174,112). Sum of RGB (Red+Green+Blue) = 186+174+112=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE70 is #45518F. Grayscale: #AAAAAA. Windows color (decimal): -4542864 or 7384762. OLE color: 7384762.

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

Color convert

RGB186174112-
CMYK00.060.400.27
HSL50.27º34.91%58.43%-
HSV(B)50.27º39.78%72.94%-
XYZ38.3141.8821.39-
YUV170.5294.98139.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=39.41%
G=36.86%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617411200.060.400.2750.2734.9158.43
HexBAAE7006281B32233a
Octal272256160065033624372
Binary10111010101011101110000011010100011011110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE70; }

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

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

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

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

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

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

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

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