#bc5163

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

Shades of Blush #BC5163

Tints of Blush #BC5163

Color information

#BC5163 (or 0xBC5163) is unknown color: approx Blush. HEX triplet: BC, 51 and 63. RGB value is (188,81,99). Sum of RGB (Red+Green+Blue) = 188+81+99=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5163 is #43AE9C. Grayscale: #737373. Windows color (decimal): -4435613 or 6508988. OLE color: 6508988.

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

Color convert

RGB1888199-
CMYK00.570.470.26
HSL349.91º44.4%52.75%-
HSV(B)349.91º56.91%73.73%-
XYZ25.9317.4813.81-
YUV115.04118.95180.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=51.09%
G=22.01%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188819900.570.470.26349.9144.452.75
HexBC51630392F1A15e2c35
Octal27412114307157325365465
Binary1011110010100011100011011100110111111010101011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5163; }

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

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

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

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

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

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

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

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