Html Css Color HEX #BAB974 Dark Khaki

📋 copy color: '#BAB974'

red 186 ◦ green 185 ◦ blue 116

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

Shades of Dark Khaki #BAB974

Tints of Dark Khaki #BAB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 38.19%
G = 37.99%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAB974 (or 0xBAB974) is known color: Dark Khaki. HEX triplet: BA, B9 and 74. RGB value is (186,185,116). Sum of RGB (Red+Green+Blue) = 186+185+116=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB974 is #45468B. Grayscale: #B1B1B1. Windows color (decimal): -4540044 or 7649722. OLE color: 7649722.

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

Color convert

RGB 186 185 116 -
CMYK 0 0.01 0.38 0.27
HSL 59.14º 0.34% 0.59% -
HSV(B) 59.14º 0.38% 0.73% -
XYZ 40.75 46.4 23.33 -
YUV 177.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 186 185 116 0 0.01 0.38 0.27 59.14 0.34 0.59
Hex BA B9 74 0 1 26 1B 3B 22 3B
Octal 272 271 164 0 1 46 33 73 42 73
Binary 10111010 10111001 1110100 0 1 100110 11011 111011 100010 111011

Color Harmonies of #BAB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB974

Black with #BAB974

Text Example


Text Example

White with #BAB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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