#BA5E49

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

Shades of Flame Pea #BA5E49

Tints of Flame Pea #BA5E49

Color information

#BA5E49 (or 0xBA5E49) is unknown color: approx Flame Pea. HEX triplet: BA, 5E and 49. RGB value is (186,94,73). Sum of RGB (Red+Green+Blue) = 186+94+73=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E49 is #45A1B6. Grayscale: #777777. Windows color (decimal): -4563383 or 4808378. OLE color: 4808378.

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

Color convert

RGB1869473-
CMYK00.490.610.27
HSL11.15º45.02%50.78%-
HSV(B)11.15º60.75%72.94%-
XYZ25.4618.938.61-
YUV119.11101.98175.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=52.69%
G=26.63%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186947300.490.610.2711.1545.0250.78
HexBA5E490313D1Bb2d33
Octal2721361110617533135563
Binary10111010101111010010010110001111101110111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E49; }

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

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

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

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

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

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

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

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