#BA5649

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

Shades of Flame Pea #BA5649

Tints of Flame Pea #BA5649

Color information

#BA5649 (or 0xBA5649) is unknown color: approx Flame Pea. HEX triplet: BA, 56 and 49. RGB value is (186,86,73). Sum of RGB (Red+Green+Blue) = 186+86+73=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5649 is #45A9B6. Grayscale: #727272. Windows color (decimal): -4565431 or 4806330. OLE color: 4806330.

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

Color convert

RGB1868673-
CMYK00.540.610.27
HSL6.9º45.02%50.78%-
HSV(B)6.9º60.75%72.94%-
XYZ24.7817.588.39-
YUV114.42104.63179.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=53.91%
G=24.93%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186867300.540.610.276.945.0250.78
HexBA56490363D1B72d33
Octal272126111066753375563
Binary1011101010101101001001011011011110111011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5649; }

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

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

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

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

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

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

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

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