#BC5842

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

Shades of Flame Pea #BC5842

Tints of Flame Pea #BC5842

Color information

#BC5842 (or 0xBC5842) is unknown color: approx Flame Pea. HEX triplet: BC, 58 and 42. RGB value is (188,88,66). Sum of RGB (Red+Green+Blue) = 188+88+66=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5842 is #43A7BD. Grayscale: #737373. Windows color (decimal): -4433854 or 4348092. OLE color: 4348092.

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

Color convert

RGB1888866-
CMYK00.530.650.26
HSL10.82º48.03%49.8%-
HSV(B)10.82º64.89%73.73%-
XYZ25.2118.067.31-
YUV115.39100.13179.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=54.97%
G=25.73%
B=19.30%

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
Decimal188886600.530.650.2610.8248.0349.8
HexBC5842035411Ab3032
Octal27413010206510132136062
Binary101111001011000100001001101011000001110101011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5842; }

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

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

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

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

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

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

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

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