#BAB670

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

Shades of Dark Khaki #BAB670

Tints of Dark Khaki #BAB670

Color information

#BAB670 (or 0xBAB670) is unknown color: approx Dark Khaki. HEX triplet: BA, B6 and 70. RGB value is (186,182,112). Sum of RGB (Red+Green+Blue) = 186+182+112=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB670 is #45498F. Grayscale: #AFAFAF. Windows color (decimal): -4540816 or 7386810. OLE color: 7386810.

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

Color convert

RGB186182112-
CMYK00.020.400.27
HSL56.76º34.91%58.43%-
HSV(B)56.76º39.78%72.94%-
XYZ39.945.0621.92-
YUV175.2292.33135.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=38.75%
G=37.92%
B=23.33%

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
Decimal18618211200.020.400.2756.7634.9158.43
HexBAB67002281B39233a
Octal272266160025033714372
Binary1011101010110110111000001010100011011111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB670; }

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

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

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

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

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

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

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

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