#BA5A3F

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

Shades of Flame Pea #BA5A3F

Tints of Flame Pea #BA5A3F

Color information

#BA5A3F (or 0xBA5A3F) is unknown color: approx Flame Pea. HEX triplet: BA, 5A and 3F. RGB value is (186,90,63). Sum of RGB (Red+Green+Blue) = 186+90+63=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A3F is #45A5C0. Grayscale: #737373. Windows color (decimal): -4564417 or 4151994. OLE color: 4151994.

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

Color convert

RGB1869063-
CMYK00.520.660.27
HSL13.17º49.4%48.82%-
HSV(B)13.17º66.13%72.94%-
XYZ24.818.116.89-
YUV115.6398.3178.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 63 (25% from 255) = 18.58%
R=54.87%
G=26.55%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186906300.520.660.2713.1749.448.82
HexBA5A3F034421Bd3131
Octal2721327706410233156161
Binary10111010101101011111101101001000010110111101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A3F; }

 p { color: rgb(186,90,63); }

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

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

 a { background-color: rgb(186,90,63); }

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

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

 span { border-color: rgb(186,90,63); }

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