#BA5D41

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

Shades of Flame Pea #BA5D41

Tints of Flame Pea #BA5D41

Color information

#BA5D41 (or 0xBA5D41) is unknown color: approx Flame Pea. HEX triplet: BA, 5D and 41. RGB value is (186,93,65). Sum of RGB (Red+Green+Blue) = 186+93+65=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D41 is #45A2BE. Grayscale: #757575. Windows color (decimal): -4563647 or 4283834. OLE color: 4283834.

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

Color convert

RGB1869365-
CMYK00.50.650.27
HSL13.88º48.21%49.22%-
HSV(B)13.88º65.05%72.94%-
XYZ25.1218.657.28-
YUV117.6198.31176.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=54.07%
G=27.03%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186936500.50.650.2713.8848.2149.22
HexBA5D41032411Be3031
Octal27213510106210133166061
Binary101110101011101100000101100101000001110111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D41; }

 p { color: rgb(186,93,65); }

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

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

 a { background-color: rgb(186,93,65); }

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

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

 span { border-color: rgb(186,93,65); }

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