#BA5544

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

Shades of Flame Pea #BA5544

Tints of Flame Pea #BA5544

Color information

#BA5544 (or 0xBA5544) is unknown color: approx Flame Pea. HEX triplet: BA, 55 and 44. RGB value is (186,85,68). Sum of RGB (Red+Green+Blue) = 186+85+68=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5544 is #45AABB. Grayscale: #717171. Windows color (decimal): -4565692 or 4478394. OLE color: 4478394.

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

Color convert

RGB1868568-
CMYK00.540.630.27
HSL8.64º46.46%49.8%-
HSV(B)8.64º63.44%72.94%-
XYZ24.5417.357.52-
YUV113.26102.46179.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=54.87%
G=25.07%
B=20.06%

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
Decimal186856800.540.630.278.6446.4649.8
HexBA55440363F1B92e32
Octal2721251040667733115662
Binary10111010101010110001000110110111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5544; }

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

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

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

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

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

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

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

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