#BAB771

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

Shades of Dark Khaki #BAB771

Tints of Dark Khaki #BAB771

Color information

#BAB771 (or 0xBAB771) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 71. RGB value is (186,183,113). Sum of RGB (Red+Green+Blue) = 186+183+113=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB771 is #45488E. Grayscale: #B0B0B0. Windows color (decimal): -4540559 or 7452602. OLE color: 7452602.

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

Color convert

RGB186183113-
CMYK00.020.390.27
HSL57.53º34.6%58.63%-
HSV(B)57.53º39.25%72.94%-
XYZ40.1645.522.29-
YUV175.9292.49135.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=38.59%
G=37.97%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311300.020.390.2757.5334.658.63
HexBAB77102271B3a233b
Octal272267161024733724373
Binary1011101010110111111000101010011111011111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB771; }

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

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

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

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

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

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

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

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