#BAA572

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

Shades of Fallow #BAA572

Tints of Fallow #BAA572

Color information

#BAA572 (or 0xBAA572) is unknown color: approx Fallow. HEX triplet: BA, A5 and 72. RGB value is (186,165,114). Sum of RGB (Red+Green+Blue) = 186+165+114=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA572 is #455A8D. Grayscale: #A5A5A5. Windows color (decimal): -4545166 or 7513530. OLE color: 7513530.

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

Color convert

RGB186165114-
CMYK00.110.390.27
HSL42.5º34.29%58.82%-
HSV(B)42.5º38.71%72.94%-
XYZ36.7438.5621.43-
YUV165.4698.96142.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=40%
G=35.48%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616511400.110.390.2742.534.2958.82
HexBAA5720B271B2b223b
Octal2722451620134733534273
Binary101110101010010111100100101110011111011101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA572; }

 p { color: rgb(186,165,114); }

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

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

 a { background-color: rgb(186,165,114); }

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

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

 span { border-color: rgb(186,165,114); }

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