#BA5543

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

Shades of Flame Pea #BA5543

Tints of Flame Pea #BA5543

Color information

#BA5543 (or 0xBA5543) is unknown color: approx Flame Pea. HEX triplet: BA, 55 and 43. RGB value is (186,85,67). Sum of RGB (Red+Green+Blue) = 186+85+67=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5543 is #45AABC. Grayscale: #717171. Windows color (decimal): -4565693 or 4412858. OLE color: 4412858.

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

Color convert

RGB1868567-
CMYK00.540.640.27
HSL9.08º47.04%49.61%-
HSV(B)9.08º63.98%72.94%-
XYZ24.5117.347.37-
YUV113.15101.96179.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=55.03%
G=25.15%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186856700.540.640.279.0847.0449.61
HexBA5543036401B92f32
Octal27212510306610033115762
Binary101110101010101100001101101101000000110111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5543; }

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

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

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

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

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

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

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

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