#BA5848

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

Shades of Flame Pea #BA5848

Tints of Flame Pea #BA5848

Color information

#BA5848 (or 0xBA5848) is unknown color: approx Flame Pea. HEX triplet: BA, 58 and 48. RGB value is (186,88,72). Sum of RGB (Red+Green+Blue) = 186+88+72=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5848 is #45A7B7. Grayscale: #737373. Windows color (decimal): -4564920 or 4741306. OLE color: 4741306.

HSL color Cylindrical-coordinate representation of color #BA5848: hue angle of 8.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5848 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1868872-
CMYK00.530.610.27
HSL8.42º45.24%50.59%-
HSV(B)8.42º61.29%72.94%-
XYZ24.9117.898.27-
YUV115.48103.47178.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=53.76%
G=25.43%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186887200.530.610.278.4245.2450.59
HexBA58480353D1B82d33
Octal2721301100657533105563
Binary10111010101100010010000110101111101110111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5848; }

 p { color: rgb(186,88,72); }

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

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

 a { background-color: rgb(186,88,72); }

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

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

 span { border-color: rgb(186,88,72); }

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