#BA574A

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

Shades of Flame Pea #BA574A

Tints of Flame Pea #BA574A

Color information

#BA574A (or 0xBA574A) is unknown color: approx Flame Pea. HEX triplet: BA, 57 and 4A. RGB value is (186,87,74). Sum of RGB (Red+Green+Blue) = 186+87+74=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA574A is #45A8B5. Grayscale: #737373. Windows color (decimal): -4565174 or 4872122. OLE color: 4872122.

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

Color convert

RGB1868774-
CMYK00.530.600.27
HSL6.96º44.8%50.98%-
HSV(B)6.96º60.22%72.94%-
XYZ24.8917.758.59-
YUV115.12104.8178.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=53.60%
G=25.07%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186877400.530.600.276.9644.850.98
HexBA574A0353C1B72d33
Octal272127112065743375563
Binary1011101010101111001010011010111110011011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA574A; }

 p { color: rgb(186,87,74); }

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

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

 a { background-color: rgb(186,87,74); }

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

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

 span { border-color: rgb(186,87,74); }

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