#BA5645

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

Shades of Flame Pea #BA5645

Tints of Flame Pea #BA5645

Color information

#BA5645 (or 0xBA5645) is unknown color: approx Flame Pea. HEX triplet: BA, 56 and 45. RGB value is (186,86,69). Sum of RGB (Red+Green+Blue) = 186+86+69=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5645 is #45A9BA. Grayscale: #727272. Windows color (decimal): -4565435 or 4544186. OLE color: 4544186.

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

Color convert

RGB1868669-
CMYK00.540.630.27
HSL8.72º45.88%50%-
HSV(B)8.72º62.9%72.94%-
XYZ24.6517.527.71-
YUV113.96102.63179.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=54.55%
G=25.22%
B=20.23%

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
Decimal186866900.540.630.278.7245.8850
HexBA56450363F1B92e32
Octal2721261050667733115662
Binary10111010101011010001010110110111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5645; }

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

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

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

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

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

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

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

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