#BAB770

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

Shades of Dark Khaki #BAB770

Tints of Dark Khaki #BAB770

Color information

#BAB770 (or 0xBAB770) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 70. RGB value is (186,183,112). Sum of RGB (Red+Green+Blue) = 186+183+112=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB770 is #45488F. Grayscale: #B0B0B0. Windows color (decimal): -4540560 or 7387066. OLE color: 7387066.

HSL color Cylindrical-coordinate representation of color #BAB770: hue angle of 57.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB770 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186183112-
CMYK00.020.400.27
HSL57.57º34.91%58.43%-
HSV(B)57.57º39.78%72.94%-
XYZ40.1145.4821.99-
YUV175.891.99135.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=38.67%
G=38.05%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311200.020.400.2757.5734.9158.43
HexBAB77002281B3a233a
Octal272267160025033724372
Binary1011101010110111111000001010100011011111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB770; }

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

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

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

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

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

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

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

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