#BA5A51

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

Shades of Flame Pea #BA5A51

Tints of Flame Pea #BA5A51

Color information

#BA5A51 (or 0xBA5A51) is unknown color: approx Flame Pea. HEX triplet: BA, 5A and 51. RGB value is (186,90,81). Sum of RGB (Red+Green+Blue) = 186+90+81=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A51 is #45A5AE. Grayscale: #757575. Windows color (decimal): -4564399 or 5331642. OLE color: 5331642.

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

Color convert

RGB1869081-
CMYK00.520.560.27
HSL5.14º43.21%52.35%-
HSV(B)5.14º56.45%72.94%-
XYZ25.3918.359.99-
YUV117.68107.3176.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=52.10%
G=25.21%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186908100.520.560.275.1443.2152.35
HexBA5A51034381B52b34
Octal272132121064703355364
Binary1011101010110101010001011010011100011011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A51; }

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

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

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

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

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

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

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

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