#BC5847

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

Shades of Flame Pea #BC5847

Tints of Flame Pea #BC5847

Color information

#BC5847 (or 0xBC5847) is unknown color: approx Flame Pea. HEX triplet: BC, 58 and 47. RGB value is (188,88,71). Sum of RGB (Red+Green+Blue) = 188+88+71=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5847 is #43A7B8. Grayscale: #747474. Windows color (decimal): -4433849 or 4675772. OLE color: 4675772.

HSL color Cylindrical-coordinate representation of color #BC5847: hue angle of 8.72º degrees, saturation: 0.47, 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 #BC5847 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1888871-
CMYK00.530.620.26
HSL8.72º46.61%50.78%-
HSV(B)8.72º62.23%73.73%-
XYZ25.3718.138.12-
YUV115.96102.63179.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=54.18%
G=25.36%
B=20.46%

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
Decimal188887100.530.620.268.7246.6150.78
HexBC58470353E1A92f33
Octal2741301070657632115763
Binary10111100101100010001110110101111110110101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5847; }

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

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

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

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

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

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

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

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