#BC5B49

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

Shades of Flame Pea #BC5B49

Tints of Flame Pea #BC5B49

Color information

#BC5B49 (or 0xBC5B49) is unknown color: approx Flame Pea. HEX triplet: BC, 5B and 49. RGB value is (188,91,73). Sum of RGB (Red+Green+Blue) = 188+91+73=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B49 is #43A4B6. Grayscale: #767676. Windows color (decimal): -4433079 or 4807612. OLE color: 4807612.

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

Color convert

RGB1889173-
CMYK00.520.610.26
HSL9.39º46.18%51.18%-
HSV(B)9.39º61.17%73.73%-
XYZ25.6818.658.55-
YUV117.95102.64177.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=53.41%
G=25.85%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188917300.520.610.269.3946.1851.18
HexBC5B490343D1A92e33
Octal2741331110647532115663
Binary10111100101101110010010110100111101110101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B49; }

 p { color: rgb(188,91,73); }

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

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

 a { background-color: rgb(188,91,73); }

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

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

 span { border-color: rgb(188,91,73); }

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