#BA5A4E

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

Shades of Flame Pea #BA5A4E

Tints of Flame Pea #BA5A4E

Color information

#BA5A4E (or 0xBA5A4E) is unknown color: approx Flame Pea. HEX triplet: BA, 5A and 4E. RGB value is (186,90,78). Sum of RGB (Red+Green+Blue) = 186+90+78=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A4E is #45A5B1. Grayscale: #757575. Windows color (decimal): -4564402 or 5135034. OLE color: 5135034.

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

Color convert

RGB1869078-
CMYK00.520.580.27
HSL6.67º43.9%51.76%-
HSV(B)6.67º58.06%72.94%-
XYZ25.2818.39.41-
YUV117.34105.8176.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=52.54%
G=25.42%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186907800.520.580.276.6743.951.76
HexBA5A4E0343A1B72c34
Octal272132116064723375464
Binary1011101010110101001110011010011101011011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A4E; }

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

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

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

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

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

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

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

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