#BA5640

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

Shades of Flame Pea #BA5640

Tints of Flame Pea #BA5640

Color information

#BA5640 (or 0xBA5640) is unknown color: approx Flame Pea. HEX triplet: BA, 56 and 40. RGB value is (186,86,64). Sum of RGB (Red+Green+Blue) = 186+86+64=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5640 is #45A9BF. Grayscale: #717171. Windows color (decimal): -4565440 or 4216506. OLE color: 4216506.

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

Color convert

RGB1868664-
CMYK00.540.660.27
HSL10.82º48.8%49.02%-
HSV(B)10.82º65.59%72.94%-
XYZ24.517.466.93-
YUV113.39100.13179.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=55.36%
G=25.60%
B=19.05%

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
Decimal186866400.540.660.2710.8248.849.02
HexBA5640036421Bb3131
Octal27212610006610233136161
Binary101110101010110100000001101101000010110111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5640; }

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

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

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

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

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

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

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

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