#BAB570

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

Shades of Dark Khaki #BAB570

Tints of Dark Khaki #BAB570

Color information

#BAB570 (or 0xBAB570) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 70. RGB value is (186,181,112). Sum of RGB (Red+Green+Blue) = 186+181+112=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB570 is #454A8F. Grayscale: #AEAEAE. Windows color (decimal): -4541072 or 7386554. OLE color: 7386554.

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

Color convert

RGB186181112-
CMYK00.030.400.27
HSL55.95º34.91%58.43%-
HSV(B)55.95º39.78%72.94%-
XYZ39.744.6621.86-
YUV174.6392.66136.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=38.83%
G=37.79%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618111200.030.400.2755.9534.9158.43
HexBAB57003281B38233a
Octal272265160035033704372
Binary1011101010110101111000001110100011011111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB570; }

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

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

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

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

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

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

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

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