#BA5D51

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

Shades of Flame Pea #BA5D51

Tints of Flame Pea #BA5D51

Color information

#BA5D51 (or 0xBA5D51) is unknown color: approx Flame Pea. HEX triplet: BA, 5D and 51. RGB value is (186,93,81). Sum of RGB (Red+Green+Blue) = 186+93+81=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D51 is #45A2AE. Grayscale: #777777. Windows color (decimal): -4563631 or 5332410. OLE color: 5332410.

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

Color convert

RGB1869381-
CMYK00.50.560.27
HSL6.86º43.21%52.35%-
HSV(B)6.86º56.45%72.94%-
XYZ25.6518.8610.07-
YUV119.44106.31175.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=51.67%
G=25.83%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186938100.50.560.276.8643.2152.35
HexBA5D51032381B72b34
Octal272135121062703375364
Binary1011101010111011010001011001011100011011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D51; }

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

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

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

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

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

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

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

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