#BC5E56

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

Shades of Sunglo #BC5E56

Tints of Sunglo #BC5E56

Color information

#BC5E56 (or 0xBC5E56) is unknown color: approx Sunglo. HEX triplet: BC, 5E and 56. RGB value is (188,94,86). Sum of RGB (Red+Green+Blue) = 188+94+86=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E56 is #43A1A9. Grayscale: #797979. Windows color (decimal): -4432298 or 5660348. OLE color: 5660348.

HSL color Cylindrical-coordinate representation of color #BC5E56: hue angle of 4.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5E56 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1889486-
CMYK00.500.540.26
HSL4.71º43.22%53.73%-
HSV(B)4.71º54.26%73.73%-
XYZ26.4219.3711.15-
YUV121.19108.14175.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=51.09%
G=25.54%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188948600.500.540.264.7143.2253.73
HexBC5E56032361A52b36
Octal274136126062663255366
Binary1011110010111101010110011001011011011010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E56; }

 p { color: rgb(188,94,86); }

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

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

 a { background-color: rgb(188,94,86); }

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

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

 span { border-color: rgb(188,94,86); }

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