Html Css Color HEX #BAB376 Dark Khaki

📋 copy color: '#BAB376'

red 186 ◦ green 179 ◦ blue 118

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

Shades of Dark Khaki #BAB376

Tints of Dark Khaki #BAB376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 38.51%
G = 37.06%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB376 (or 0xBAB376) is known color: Dark Khaki. HEX triplet: BA, B3 and 76. RGB value is (186,179,118). Sum of RGB (Red+Green+Blue) = 186+179+118=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB376 is #454C89. Grayscale: #AEAEAE. Windows color (decimal): -4541578 or 7779258. OLE color: 7779258.

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

Color convert

RGB 186 179 118 -
CMYK 0 0.04 0.37 0.27
HSL 53.82º 0.33% 0.6% -
HSV(B) 53.82º 0.37% 0.73% -
XYZ 39.64 43.99 23.54 -
YUV 174.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 186 179 118 0 0.04 0.37 0.27 53.82 0.33 0.6
Hex BA B3 76 0 4 25 1B 36 21 3C
Octal 272 263 166 0 4 45 33 66 41 74
Binary 10111010 10110011 1110110 0 100 100101 11011 110110 100001 111100

Color Harmonies of #BAB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB376

Black with #BAB376

Text Example


Text Example

White with #BAB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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