Html Css Color HEX #BAB374 Dark Khaki

📋 copy color: '#BAB374'

red 186 ◦ green 179 ◦ blue 116

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

Shades of Dark Khaki #BAB374

Tints of Dark Khaki #BAB374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

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

R = 38.67%
G = 37.21%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAB374 (or 0xBAB374) is known color: Dark Khaki. HEX triplet: BA, B3 and 74. RGB value is (186,179,116). Sum of RGB (Red+Green+Blue) = 186+179+116=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB374 is #454C8B. Grayscale: #AEAEAE. Windows color (decimal): -4541580 or 7648186. OLE color: 7648186.

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

Color convert

RGB 186 179 116 -
CMYK 0 0.04 0.38 0.27
HSL 54º 0.34% 0.59% -
HSV(B) 54º 0.38% 0.73% -
XYZ 39.52 43.94 22.92 -
YUV 173.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 186 179 116 0 0.04 0.38 0.27 54 0.34 0.59
Hex BA B3 74 0 4 26 1B 36 22 3B
Octal 272 263 164 0 4 46 33 66 42 73
Binary 10111010 10110011 1110100 0 100 100110 11011 110110 100010 111011

Color Harmonies of #BAB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB374

Black with #BAB374

Text Example


Text Example

White with #BAB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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