Html Css Color HEX #BAB579 Dark Khaki

📋 copy color: '#BAB579'

red 186 ◦ green 181 ◦ blue 121

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

Shades of Dark Khaki #BAB579

Tints of Dark Khaki #BAB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 38.11%
G = 37.09%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB579 (or 0xBAB579) is known color: Dark Khaki. HEX triplet: BA, B5 and 79. RGB value is (186,181,121). Sum of RGB (Red+Green+Blue) = 186+181+121=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB579 is #454A86. Grayscale: #AFAFAF. Windows color (decimal): -4541063 or 7976378. OLE color: 7976378.

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

Color convert

RGB 186 181 121 -
CMYK 0 0.03 0.35 0.27
HSL 55.38º 0.32% 0.6% -
HSV(B) 55.38º 0.35% 0.73% -
XYZ 40.22 44.87 24.63 -
YUV 175.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 186 181 121 0 0.03 0.35 0.27 55.38 0.32 0.6
Hex BA B5 79 0 3 23 1B 37 20 3C
Octal 272 265 171 0 3 43 33 67 40 74
Binary 10111010 10110101 1111001 0 11 100011 11011 110111 100000 111100

Color Harmonies of #BAB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB579

Black with #BAB579

Text Example


Text Example

White with #BAB579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB579; }

 p { color: rgb(186,181,121); }

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

background-color css

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

 a { background-color: rgb(186,181,121); }

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

border-color css

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

 span { border-color: rgb(186,181,121); }

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