#BA5C48

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

Shades of Flame Pea #BA5C48

Tints of Flame Pea #BA5C48

Color information

#BA5C48 (or 0xBA5C48) is unknown color: approx Flame Pea. HEX triplet: BA, 5C and 48. RGB value is (186,92,72). Sum of RGB (Red+Green+Blue) = 186+92+72=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C48 is #45A3B7. Grayscale: #757575. Windows color (decimal): -4563896 or 4742330. OLE color: 4742330.

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

Color convert

RGB1869272-
CMYK00.510.610.27
HSL10.53º45.24%50.59%-
HSV(B)10.53º61.29%72.94%-
XYZ25.2518.568.38-
YUV117.83102.14176.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=53.14%
G=26.29%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186927200.510.610.2710.5345.2450.59
HexBA5C480333D1Bb2d33
Octal2721341100637533135563
Binary10111010101110010010000110011111101110111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C48; }

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

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

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

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

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

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

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

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