Html Css Color HEX #BAB876 Dark Khaki

📋 copy color: '#BAB876'

red 186 ◦ green 184 ◦ blue 118

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

Shades of Dark Khaki #BAB876

Tints of Dark Khaki #BAB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

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

R = 38.11%
G = 37.7%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB876 (or 0xBAB876) is known color: Dark Khaki. HEX triplet: BA, B8 and 76. RGB value is (186,184,118). Sum of RGB (Red+Green+Blue) = 186+184+118=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB876 is #454789. Grayscale: #B1B1B1. Windows color (decimal): -4540298 or 7780538. OLE color: 7780538.

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

Color convert

RGB 186 184 118 -
CMYK 0 0.01 0.37 0.27
HSL 58.24º 0.33% 0.6% -
HSV(B) 58.24º 0.37% 0.73% -
XYZ 40.66 46.03 23.88 -
YUV 177.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 186 184 118 0 0.01 0.37 0.27 58.24 0.33 0.6
Hex BA B8 76 0 1 25 1B 3A 21 3C
Octal 272 270 166 0 1 45 33 72 41 74
Binary 10111010 10111000 1110110 0 1 100101 11011 111010 100001 111100

Color Harmonies of #BAB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB876

Black with #BAB876

Text Example


Text Example

White with #BAB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB876; }

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

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

background-color css

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

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

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

border-color css

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

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

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