#BA5545

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

Shades of Flame Pea #BA5545

Tints of Flame Pea #BA5545

Color information

#BA5545 (or 0xBA5545) is unknown color: approx Flame Pea. HEX triplet: BA, 55 and 45. RGB value is (186,85,69). Sum of RGB (Red+Green+Blue) = 186+85+69=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5545 is #45AABA. Grayscale: #717171. Windows color (decimal): -4565691 or 4543930. OLE color: 4543930.

HSL color Cylindrical-coordinate representation of color #BA5545: hue angle of 8.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5545 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1868569-
CMYK00.540.630.27
HSL8.21º45.88%50%-
HSV(B)8.21º62.9%72.94%-
XYZ24.5717.377.69-
YUV113.37102.96179.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=54.71%
G=25%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186856900.540.630.278.2145.8850
HexBA55450363F1B82e32
Octal2721251050667733105662
Binary10111010101010110001010110110111111110111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5545; }

 p { color: rgb(186,85,69); }

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

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

 a { background-color: rgb(186,85,69); }

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

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

 span { border-color: rgb(186,85,69); }

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