#BA5540

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

Shades of Flame Pea #BA5540

Tints of Flame Pea #BA5540

Color information

#BA5540 (or 0xBA5540) is unknown color: approx Flame Pea. HEX triplet: BA, 55 and 40. RGB value is (186,85,64). Sum of RGB (Red+Green+Blue) = 186+85+64=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5540 is #45AABF. Grayscale: #707070. Windows color (decimal): -4565696 or 4216250. OLE color: 4216250.

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

Color convert

RGB1868564-
CMYK00.540.660.27
HSL10.33º48.8%49.02%-
HSV(B)10.33º65.59%72.94%-
XYZ24.4217.316.9-
YUV112.8100.46180.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=55.52%
G=25.37%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186856400.540.660.2710.3348.849.02
HexBA5540036421Ba3131
Octal27212510006610233126161
Binary101110101010101100000001101101000010110111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5540; }

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

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

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

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

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

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

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

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