Html Css Color HEX #BAB371 Dark Khaki

📋 copy color: '#BAB371'

red 186 ◦ green 179 ◦ blue 113

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

Shades of Dark Khaki #BAB371

Tints of Dark Khaki #BAB371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 38.91%
G = 37.45%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB371 (or 0xBAB371) is known color: Dark Khaki. HEX triplet: BA, B3 and 71. RGB value is (186,179,113). Sum of RGB (Red+Green+Blue) = 186+179+113=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB371 is #454C8E. Grayscale: #ADADAD. Windows color (decimal): -4541583 or 7451578. OLE color: 7451578.

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

Color convert

RGB 186 179 113 -
CMYK 0 0.04 0.39 0.27
HSL 54.25º 0.35% 0.59% -
HSV(B) 54.25º 0.39% 0.73% -
XYZ 39.35 43.87 22.02 -
YUV 173.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 186 179 113 0 0.04 0.39 0.27 54.25 0.35 0.59
Hex BA B3 71 0 4 27 1B 36 23 3B
Octal 272 263 161 0 4 47 33 66 43 73
Binary 10111010 10110011 1110001 0 100 100111 11011 110110 100011 111011

Color Harmonies of #BAB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB371

Black with #BAB371

Text Example


Text Example

White with #BAB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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