Html Css Color HEX #BAB970 Dark Khaki

📋 copy color: '#BAB970'

red 186 ◦ green 185 ◦ blue 112

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

Shades of Dark Khaki #BAB970

Tints of Dark Khaki #BAB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 38.51%
G = 38.3%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB970 (or 0xBAB970) is known color: Dark Khaki. HEX triplet: BA, B9 and 70. RGB value is (186,185,112). Sum of RGB (Red+Green+Blue) = 186+185+112=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB970 is #45468F. Grayscale: #B1B1B1. Windows color (decimal): -4540048 or 7387578. OLE color: 7387578.

HSL color Cylindrical-coordinate representation of color #BAB970: hue angle of 59.19º 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 #BAB970 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 112 -
CMYK 0 0.01 0.40 0.27
HSL 59.19º 0.35% 0.58% -
HSV(B) 59.19º 0.4% 0.73% -
XYZ 40.52 46.31 22.13 -
YUV 176.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 186 185 112 0 0.01 0.40 0.27 59.19 0.35 0.58
Hex BA B9 70 0 1 28 1B 3B 23 3A
Octal 272 271 160 0 1 50 33 73 43 72
Binary 10111010 10111001 1110000 0 1 101000 11011 111011 100011 111010

Color Harmonies of #BAB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB970

Black with #BAB970

Text Example


Text Example

White with #BAB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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