#BA5849

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

Shades of Flame Pea #BA5849

Tints of Flame Pea #BA5849

Color information

#BA5849 (or 0xBA5849) is unknown color: approx Flame Pea. HEX triplet: BA, 58 and 49. RGB value is (186,88,73). Sum of RGB (Red+Green+Blue) = 186+88+73=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5849 is #45A7B6. Grayscale: #737373. Windows color (decimal): -4564919 or 4806842. OLE color: 4806842.

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

Color convert

RGB1868873-
CMYK00.530.610.27
HSL7.96º45.02%50.78%-
HSV(B)7.96º60.75%72.94%-
XYZ24.9417.98.44-
YUV115.59103.97178.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=53.60%
G=25.36%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186887300.530.610.277.9645.0250.78
HexBA58490353D1B82d33
Octal2721301110657533105563
Binary10111010101100010010010110101111101110111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5849; }

 p { color: rgb(186,88,73); }

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

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

 a { background-color: rgb(186,88,73); }

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

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

 span { border-color: rgb(186,88,73); }

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