#BA5644

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

Shades of Flame Pea #BA5644

Tints of Flame Pea #BA5644

Color information

#BA5644 (or 0xBA5644) is unknown color: approx Flame Pea. HEX triplet: BA, 56 and 44. RGB value is (186,86,68). Sum of RGB (Red+Green+Blue) = 186+86+68=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5644 is #45A9BB. Grayscale: #727272. Windows color (decimal): -4565436 or 4478650. OLE color: 4478650.

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

Color convert

RGB1868668-
CMYK00.540.630.27
HSL9.15º46.46%49.8%-
HSV(B)9.15º63.44%72.94%-
XYZ24.6217.517.55-
YUV113.85102.13179.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 68 (26.95% from 255) = 20%
R=54.71%
G=25.29%
B=20%

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
Decimal186866800.540.630.279.1546.4649.8
HexBA56440363F1B92e32
Octal2721261040667733115662
Binary10111010101011010001000110110111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5644; }

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

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

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

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

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

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

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

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