#BC5941

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

Shades of Flame Pea #BC5941

Tints of Flame Pea #BC5941

Color information

#BC5941 (or 0xBC5941) is unknown color: approx Flame Pea. HEX triplet: BC, 59 and 41. RGB value is (188,89,65). Sum of RGB (Red+Green+Blue) = 188+89+65=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5941 is #43A6BE. Grayscale: #747474. Windows color (decimal): -4433599 or 4282812. OLE color: 4282812.

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

Color convert

RGB1888965-
CMYK00.530.650.26
HSL11.71º48.62%49.61%-
HSV(B)11.71º65.43%73.73%-
XYZ25.2718.227.19-
YUV115.8699.3179.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=54.97%
G=26.02%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188896500.530.650.2611.7148.6249.61
HexBC5941035411Ac3132
Octal27413110106510132146162
Binary101111001011001100000101101011000001110101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5941; }

 p { color: rgb(188,89,65); }

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

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

 a { background-color: rgb(188,89,65); }

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

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

 span { border-color: rgb(188,89,65); }

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