#BC5848

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

Shades of Flame Pea #BC5848

Tints of Flame Pea #BC5848

Color information

#BC5848 (or 0xBC5848) is unknown color: approx Flame Pea. HEX triplet: BC, 58 and 48. RGB value is (188,88,72). Sum of RGB (Red+Green+Blue) = 188+88+72=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5848 is #43A7B7. Grayscale: #747474. Windows color (decimal): -4433848 or 4741308. OLE color: 4741308.

HSL color Cylindrical-coordinate representation of color #BC5848: hue angle of 8.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5848 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1888872-
CMYK00.530.620.26
HSL8.28º46.4%50.98%-
HSV(B)8.28º61.7%73.73%-
XYZ25.418.148.29-
YUV116.08103.13179.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=54.02%
G=25.29%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188887200.530.620.268.2846.450.98
HexBC58480353E1A82e33
Octal2741301100657632105663
Binary10111100101100010010000110101111110110101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5848; }

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

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

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

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

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

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

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

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