#BC5160

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

Shades of Blush #BC5160

Tints of Blush #BC5160

Color information

#BC5160 (or 0xBC5160) is unknown color: approx Blush. HEX triplet: BC, 51 and 60. RGB value is (188,81,96). Sum of RGB (Red+Green+Blue) = 188+81+96=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5160 is #43AE9F. Grayscale: #727272. Windows color (decimal): -4435616 or 6312380. OLE color: 6312380.

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

Color convert

RGB1888196-
CMYK00.570.490.26
HSL351.59º44.4%52.75%-
HSV(B)351.59º56.91%73.73%-
XYZ25.7917.4213.07-
YUV114.7117.45180.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=51.51%
G=22.19%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188819600.570.490.26351.5944.452.75
HexBC5160039311A1602c35
Octal27412114007161325405465
Binary1011110010100011100000011100111000111010101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5160; }

 p { color: rgb(188,81,96); }

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

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

 a { background-color: rgb(188,81,96); }

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

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

 span { border-color: rgb(188,81,96); }

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