#ba5c4e

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

Shades of Flame Pea #BA5C4E

Tints of Flame Pea #BA5C4E

Color information

#BA5C4E (or 0xBA5C4E) is unknown color: approx Flame Pea. HEX triplet: BA, 5C and 4E. RGB value is (186,92,78). Sum of RGB (Red+Green+Blue) = 186+92+78=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C4E is #45A3B1. Grayscale: #767676. Windows color (decimal): -4563890 or 5135546. OLE color: 5135546.

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

Color convert

RGB1869278-
CMYK00.510.580.27
HSL7.78º43.9%51.76%-
HSV(B)7.78º58.06%72.94%-
XYZ25.4518.649.46-
YUV118.51105.14176.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=52.25%
G=25.84%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186927800.510.580.277.7843.951.76
HexBA5C4E0333A1B82c34
Octal2721341160637233105464
Binary10111010101110010011100110011111010110111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5c4e; }

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

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

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

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

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

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

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

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