#BA5C40

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

Shades of Flame Pea #BA5C40

Tints of Flame Pea #BA5C40

Color information

#BA5C40 (or 0xBA5C40) is unknown color: approx Flame Pea. HEX triplet: BA, 5C and 40. RGB value is (186,92,64). Sum of RGB (Red+Green+Blue) = 186+92+64=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C40 is #45A3BF. Grayscale: #757575. Windows color (decimal): -4563904 or 4218042. OLE color: 4218042.

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

Color convert

RGB1869264-
CMYK00.510.660.27
HSL13.77º48.8%49.02%-
HSV(B)13.77º65.59%72.94%-
XYZ2518.467.1-
YUV116.9198.14177.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=54.39%
G=26.90%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186926400.510.660.2713.7748.849.02
HexBA5C40033421Be3131
Octal27213410006310233166161
Binary101110101011100100000001100111000010110111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C40; }

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

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

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

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

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

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

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

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