Html Css Color HEX #BAB176 Dark Khaki

📋 copy color: '#BAB176'

red 186 ◦ green 177 ◦ blue 118

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

Shades of Dark Khaki #BAB176

Tints of Dark Khaki #BAB176

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

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

R = 38.67%
G = 36.8%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB176 (or 0xBAB176) is known color: Dark Khaki. HEX triplet: BA, B1 and 76. RGB value is (186,177,118). Sum of RGB (Red+Green+Blue) = 186+177+118=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB176 is #454E89. Grayscale: #ADADAD. Windows color (decimal): -4542090 or 7778746. OLE color: 7778746.

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

Color convert

RGB 186 177 118 -
CMYK 0 0.05 0.37 0.27
HSL 52.06º 0.33% 0.6% -
HSV(B) 52.06º 0.37% 0.73% -
XYZ 39.24 43.19 23.41 -
YUV 172.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 186 177 118 0 0.05 0.37 0.27 52.06 0.33 0.6
Hex BA B1 76 0 5 25 1B 34 21 3C
Octal 272 261 166 0 5 45 33 64 41 74
Binary 10111010 10110001 1110110 0 101 100101 11011 110100 100001 111100

Color Harmonies of #BAB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB176

Black with #BAB176

Text Example


Text Example

White with #BAB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB176; }

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

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

background-color css

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

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

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

border-color css

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

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

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