#BAB171

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

Shades of Dark Khaki #BAB171

Tints of Dark Khaki #BAB171

Color information

#BAB171 (or 0xBAB171) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 71. RGB value is (186,177,113). Sum of RGB (Red+Green+Blue) = 186+177+113=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB171 is #454E8E. Grayscale: #ACACAC. Windows color (decimal): -4542095 or 7451066. OLE color: 7451066.

HSL color Cylindrical-coordinate representation of color #BAB171: hue angle of 52.6º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAB171 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186177113-
CMYK00.050.390.27
HSL52.6º34.6%58.63%-
HSV(B)52.6º39.25%72.94%-
XYZ38.9543.0821.88-
YUV172.494.48137.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=39.08%
G=37.18%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617711300.050.390.2752.634.658.63
HexBAB17105271B35233b
Octal272261161054733654373
Binary10111010101100011110001010110011111011110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB171; }

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

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

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

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

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

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

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

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