#BA5F51

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

Shades of Flame Pea #BA5F51

Tints of Flame Pea #BA5F51

Color information

#BA5F51 (or 0xBA5F51) is unknown color: approx Flame Pea. HEX triplet: BA, 5F and 51. RGB value is (186,95,81). Sum of RGB (Red+Green+Blue) = 186+95+81=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F51 is #45A0AE. Grayscale: #787878. Windows color (decimal): -4563119 or 5332922. OLE color: 5332922.

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

Color convert

RGB1869581-
CMYK00.490.560.27
HSL43.21%52.35%-
HSV(B)56.45%72.94%-
XYZ25.8319.2210.13-
YUV120.61105.65174.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=51.38%
G=26.24%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186958100.490.560.27843.2152.35
HexBA5F51031381B82b34
Octal2721371210617033105364
Binary10111010101111110100010110001111000110111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F51; }

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

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

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

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

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

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

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

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