#BA573E

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

Shades of Flame Pea #BA573E

Tints of Flame Pea #BA573E

Color information

#BA573E (or 0xBA573E) is unknown color: approx Flame Pea. HEX triplet: BA, 57 and 3E. RGB value is (186,87,62). Sum of RGB (Red+Green+Blue) = 186+87+62=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573E is #45A8C1. Grayscale: #717171. Windows color (decimal): -4565186 or 4085690. OLE color: 4085690.

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

Color convert

RGB1868762-
CMYK00.530.670.27
HSL12.1º50%48.63%-
HSV(B)12.1º66.67%72.94%-
XYZ24.5317.66.66-
YUV113.7598.8179.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=55.52%
G=25.97%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186876200.530.670.2712.15048.63
HexBA573E035431Bc3231
Octal2721277606510333146261
Binary10111010101011111111001101011000011110111100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA573E; }

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

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

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

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

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

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

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

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