#BA5E4E

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

Shades of Flame Pea #BA5E4E

Tints of Flame Pea #BA5E4E

Color information

#BA5E4E (or 0xBA5E4E) is unknown color: approx Flame Pea. HEX triplet: BA, 5E and 4E. RGB value is (186,94,78). Sum of RGB (Red+Green+Blue) = 186+94+78=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E4E is #45A1B1. Grayscale: #777777. Windows color (decimal): -4563378 or 5136058. OLE color: 5136058.

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

Color convert

RGB1869478-
CMYK00.490.580.27
HSL8.89º43.9%51.76%-
HSV(B)8.89º58.06%72.94%-
XYZ25.6318.999.52-
YUV119.68104.48175.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=51.96%
G=26.26%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186947800.490.580.278.8943.951.76
HexBA5E4E0313A1B92c34
Octal2721361160617233115464
Binary10111010101111010011100110001111010110111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E4E; }

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

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

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

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

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

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

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

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