#BA5F4F

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

Shades of Flame Pea #BA5F4F

Tints of Flame Pea #BA5F4F

Color information

#BA5F4F (or 0xBA5F4F) is unknown color: approx Flame Pea. HEX triplet: BA, 5F and 4F. RGB value is (186,95,79). Sum of RGB (Red+Green+Blue) = 186+95+79=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F4F is #45A0B0. Grayscale: #787878. Windows color (decimal): -4563121 or 5201850. OLE color: 5201850.

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

Color convert

RGB1869579-
CMYK00.490.580.27
HSL8.97º43.67%51.96%-
HSV(B)8.97º57.53%72.94%-
XYZ25.7519.199.74-
YUV120.38104.65174.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=51.67%
G=26.39%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186957900.490.580.278.9743.6751.96
HexBA5F4F0313A1B92c34
Octal2721371170617233115464
Binary10111010101111110011110110001111010110111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F4F; }

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

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

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

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

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

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

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

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