Html Css Color HEX #BAAE73 Dark Khaki

📋 copy color: '#BAAE73'

red 186 ◦ green 174 ◦ blue 115

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

Shades of Dark Khaki #BAAE73

Tints of Dark Khaki #BAAE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.21%

R = 39.16%
G = 36.63%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAAE73 (or 0xBAAE73) is known color: Dark Khaki. HEX triplet: BA, AE and 73. RGB value is (186,174,115). Sum of RGB (Red+Green+Blue) = 186+174+115=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE73 is #45518C. Grayscale: #ABABAB. Windows color (decimal): -4542861 or 7581370. OLE color: 7581370.

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

Color convert

RGB 186 174 115 -
CMYK 0 0.06 0.38 0.27
HSL 49.86º 0.34% 0.59% -
HSV(B) 49.86º 0.38% 0.73% -
XYZ 38.48 41.95 22.29 -
YUV 170.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 186 174 115 0 0.06 0.38 0.27 49.86 0.34 0.59
Hex BA AE 73 0 6 26 1B 32 22 3B
Octal 272 256 163 0 6 46 33 62 42 73
Binary 10111010 10101110 1110011 0 110 100110 11011 110010 100010 111011

Color Harmonies of #BAAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE73

Black with #BAAE73

Text Example


Text Example

White with #BAAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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