#BA573C

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

Shades of Flame Pea #BA573C

Tints of Flame Pea #BA573C

Color information

#BA573C (or 0xBA573C) is unknown color: approx Flame Pea. HEX triplet: BA, 57 and 3C. RGB value is (186,87,60). Sum of RGB (Red+Green+Blue) = 186+87+60=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573C is #45A8C3. Grayscale: #717171. Windows color (decimal): -4565188 or 3954618. OLE color: 3954618.

HSL color Cylindrical-coordinate representation of color #BA573C: hue angle of 12.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA573C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1868760-
CMYK00.530.680.27
HSL12.86º51.22%48.24%-
HSV(B)12.86º67.74%72.94%-
XYZ24.4717.586.38-
YUV113.5297.8179.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=55.86%
G=26.13%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186876000.530.680.2712.8651.2248.24
HexBA573C035441Bd3330
Octal2721277406510433156360
Binary10111010101011111110001101011000100110111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA573C; }

 p { color: rgb(186,87,60); }

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

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

 a { background-color: rgb(186,87,60); }

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

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

 span { border-color: rgb(186,87,60); }

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