#BA5340

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

Shades of Flame Pea #BA5340

Tints of Flame Pea #BA5340

Color information

#BA5340 (or 0xBA5340) is unknown color: approx Flame Pea. HEX triplet: BA, 53 and 40. RGB value is (186,83,64). Sum of RGB (Red+Green+Blue) = 186+83+64=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5340 is #45ACBF. Grayscale: #6F6F6F. Windows color (decimal): -4566208 or 4215738. OLE color: 4215738.

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

Color convert

RGB1868364-
CMYK00.550.660.27
HSL9.34º48.8%49.02%-
HSV(B)9.34º65.59%72.94%-
XYZ24.27176.85-
YUV111.63101.12181.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=55.86%
G=24.92%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186836400.550.660.279.3448.849.02
HexBA5340037421B93131
Octal27212310006710233116161
Binary101110101010011100000001101111000010110111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5340; }

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

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

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

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

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

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

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

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