Html Css Color HEX #BAAE70 Dark Khaki

📋 copy color: '#BAAE70'

red 186 ◦ green 174 ◦ blue 112

#BAAE70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BAAE70

Tints of Dark Khaki #BAAE70

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 value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAAE70 (or 0xBAAE70) is known color: 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

RGB 186 174 112 -
CMYK 0 0.06 0.40 0.27
HSL 50.27º 0.35% 0.58% -
HSV(B) 50.27º 0.4% 0.73% -
XYZ 38.31 41.88 21.39 -
YUV 170.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 186 174 112 0 0.06 0.40 0.27 50.27 0.35 0.58
Hex BA AE 70 0 6 28 1B 32 23 3A
Octal 272 256 160 0 6 50 33 62 43 72
Binary 10111010 10101110 1110000 0 110 101000 11011 110010 100011 111010

Color Harmonies of #BAAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE70

Black with #BAAE70

Text Example


Text Example

White with #BAAE70

Text Example


Text Example

HTML Codes & Css Web 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>