#BC5247

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

Shades of Sunset #BC5247

Tints of Sunset #BC5247

Color information

#BC5247 (or 0xBC5247) is unknown color: approx Sunset. HEX triplet: BC, 52 and 47. RGB value is (188,82,71). Sum of RGB (Red+Green+Blue) = 188+82+71=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5247 is #43ADB8. Grayscale: #707070. Windows color (decimal): -4435385 or 4674236. OLE color: 4674236.

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

Color convert

RGB1888271-
CMYK00.560.620.26
HSL5.64º46.61%50.78%-
HSV(B)5.64º62.23%73.73%-
XYZ24.8917.187.97-
YUV112.44104.62181.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.13%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=55.13%
G=24.05%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188827100.560.620.265.6446.6150.78
HexBC52470383E1A62f33
Octal274122107070763265763
Binary1011110010100101000111011100011111011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5247; }

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

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

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

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

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

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

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

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