#BA5949

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

Shades of Flame Pea #BA5949

Tints of Flame Pea #BA5949

Color information

#BA5949 (or 0xBA5949) is unknown color: approx Flame Pea. HEX triplet: BA, 59 and 49. RGB value is (186,89,73). Sum of RGB (Red+Green+Blue) = 186+89+73=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5949 is #45A6B6. Grayscale: #747474. Windows color (decimal): -4564663 or 4807098. OLE color: 4807098.

HSL color Cylindrical-coordinate representation of color #BA5949: hue angle of 8.5º 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 #BA5949 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1868973-
CMYK00.520.610.27
HSL8.5º45.02%50.78%-
HSV(B)8.5º60.75%72.94%-
XYZ25.0218.068.47-
YUV116.18103.64177.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=53.45%
G=25.57%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186897300.520.610.278.545.0250.78
HexBA59490343D1B82d33
Octal2721311110647533105563
Binary10111010101100110010010110100111101110111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5949; }

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

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

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

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

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

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

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

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