#BA5440

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

Shades of Flame Pea #BA5440

Tints of Flame Pea #BA5440

Color information

#BA5440 (or 0xBA5440) is unknown color: approx Flame Pea. HEX triplet: BA, 54 and 40. RGB value is (186,84,64). Sum of RGB (Red+Green+Blue) = 186+84+64=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5440 is #45ABBF. Grayscale: #707070. Windows color (decimal): -4565952 or 4215994. OLE color: 4215994.

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

Color convert

RGB1868464-
CMYK00.550.660.27
HSL9.84º48.8%49.02%-
HSV(B)9.84º65.59%72.94%-
XYZ24.3517.156.88-
YUV112.22100.79180.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=55.69%
G=25.15%
B=19.16%

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
Decimal186846400.550.660.279.8448.849.02
HexBA5440037421Ba3131
Octal27212410006710233126161
Binary101110101010100100000001101111000010110111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5440; }

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

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

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

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

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

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

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

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