Html Css Color HEX #BAAE71 Dark Khaki

📋 copy color: '#BAAE71'

red 186 ◦ green 174 ◦ blue 113

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

Shades of Dark Khaki #BAAE71

Tints of Dark Khaki #BAAE71

RGB

 RED value IS 186 (73.05% from 255) = 39.32%

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 39.32%
G = 36.79%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAAE71 (or 0xBAAE71) is known color: Dark Khaki. HEX triplet: BA, AE and 71. RGB value is (186,174,113). Sum of RGB (Red+Green+Blue) = 186+174+113=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE71 is #45518E. Grayscale: #AAAAAA. Windows color (decimal): -4542863 or 7450298. OLE color: 7450298.

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

Color convert

RGB 186 174 113 -
CMYK 0 0.06 0.39 0.27
HSL 50.14º 0.35% 0.59% -
HSV(B) 50.14º 0.39% 0.73% -
XYZ 38.37 41.9 21.69 -
YUV 170.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 186 174 113 0 0.06 0.39 0.27 50.14 0.35 0.59
Hex BA AE 71 0 6 27 1B 32 23 3B
Octal 272 256 161 0 6 47 33 62 43 73
Binary 10111010 10101110 1110001 0 110 100111 11011 110010 100011 111011

Color Harmonies of #BAAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE71

Black with #BAAE71

Text Example


Text Example

White with #BAAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE71; }

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

 H1.HeaderClassName
 {
   color: #BAAE71;
 }
 .AnyTagClassName
 {
   color: #BAAE71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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