#ba5c46

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

Shades of Flame Pea #BA5C46

Tints of Flame Pea #BA5C46

Color information

#BA5C46 (or 0xBA5C46) is unknown color: approx Flame Pea. HEX triplet: BA, 5C and 46. RGB value is (186,92,70). Sum of RGB (Red+Green+Blue) = 186+92+70=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C46 is #45A3B9. Grayscale: #757575. Windows color (decimal): -4563898 or 4611258. OLE color: 4611258.

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

Color convert

RGB1869270-
CMYK00.510.620.27
HSL11.38º45.67%50.2%-
HSV(B)11.38º62.37%72.94%-
XYZ25.1818.548.04-
YUV117.6101.14176.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=53.45%
G=26.44%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186927000.510.620.2711.3845.6750.2
HexBA5C460333E1Bb2e32
Octal2721341060637633135662
Binary10111010101110010001100110011111110110111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5c46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5c46; }

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

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

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

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

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

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

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

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