#BAB377

Color #BAB377 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BAB377

Tints of Dark Khaki #BAB377

Color information

#BAB377 (or 0xBAB377) is unknown color: approx Dark Khaki. HEX triplet: BA, B3 and 77. RGB value is (186,179,119). Sum of RGB (Red+Green+Blue) = 186+179+119=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB377 is #454C88. Grayscale: #AEAEAE. Windows color (decimal): -4541577 or 7844794. OLE color: 7844794.

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

Color convert

RGB186179119-
CMYK00.040.360.27
HSL53.73º32.68%59.8%-
HSV(B)53.73º36.02%72.94%-
XYZ39.744.0123.86-
YUV174.2596.82136.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=38.43%
G=36.98%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617911900.040.360.2753.7332.6859.8
HexBAB37704241B36213c
Octal272263167044433664174
Binary10111010101100111110111010010010011011110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB377; }

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

 H1.HeaderClassName
 {
   color: #BAB377;
 }
 .AnyTagClassName
 {
   color: #BAB377;
 }
</style>
background-color css

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

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

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

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

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

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