#BAB574

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

Shades of Dark Khaki #BAB574

Tints of Dark Khaki #BAB574

Color information

#BAB574 (or 0xBAB574) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 74. RGB value is (186,181,116). Sum of RGB (Red+Green+Blue) = 186+181+116=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB574 is #454A8B. Grayscale: #AFAFAF. Windows color (decimal): -4541068 or 7648698. OLE color: 7648698.

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

Color convert

RGB186181116-
CMYK00.030.380.27
HSL55.71º33.65%59.22%-
HSV(B)55.71º37.63%72.94%-
XYZ39.9344.7523.06-
YUV175.0894.66135.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=38.51%
G=37.47%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618111600.030.380.2755.7133.6559.22
HexBAB57403261B38223b
Octal272265164034633704273
Binary1011101010110101111010001110011011011111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB574; }

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

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

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

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

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

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

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

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