Html Css Color HEX #BAB576 Dark Khaki

📋 copy color: '#BAB576'

red 186 ◦ green 181 ◦ blue 118

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

Shades of Dark Khaki #BAB576

Tints of Dark Khaki #BAB576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 38.35%
G = 37.32%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB576 (or 0xBAB576) is known color: Dark Khaki. HEX triplet: BA, B5 and 76. RGB value is (186,181,118). Sum of RGB (Red+Green+Blue) = 186+181+118=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB576 is #454A89. Grayscale: #AFAFAF. Windows color (decimal): -4541066 or 7779770. OLE color: 7779770.

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

Color convert

RGB 186 181 118 -
CMYK 0 0.03 0.37 0.27
HSL 55.59º 0.33% 0.6% -
HSV(B) 55.59º 0.37% 0.73% -
XYZ 40.04 44.79 23.68 -
YUV 175.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 186 181 118 0 0.03 0.37 0.27 55.59 0.33 0.6
Hex BA B5 76 0 3 25 1B 38 21 3C
Octal 272 265 166 0 3 45 33 70 41 74
Binary 10111010 10110101 1110110 0 11 100101 11011 111000 100001 111100

Color Harmonies of #BAB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB576

Black with #BAB576

Text Example


Text Example

White with #BAB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB576; }

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

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

background-color css

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

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

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

border-color css

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

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

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