#BA5C4A

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

Shades of Flame Pea #BA5C4A

Tints of Flame Pea #BA5C4A

Color information

#BA5C4A (or 0xBA5C4A) is unknown color: approx Flame Pea. HEX triplet: BA, 5C and 4A. RGB value is (186,92,74). Sum of RGB (Red+Green+Blue) = 186+92+74=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C4A is #45A3B5. Grayscale: #767676. Windows color (decimal): -4563894 or 4873402. OLE color: 4873402.

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

Color convert

RGB1869274-
CMYK00.510.600.27
HSL9.64º44.8%50.98%-
HSV(B)9.64º60.22%72.94%-
XYZ25.3118.598.73-
YUV118.05103.14176.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=52.84%
G=26.14%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186927400.510.600.279.6444.850.98
HexBA5C4A0333C1Ba2d33
Octal2721341120637433125563
Binary10111010101110010010100110011111100110111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C4A; }

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

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

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

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

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

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

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

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