#B1616C

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

Shades of Blush #B1616C

Tints of Blush #B1616C

Color information

#B1616C (or 0xB1616C) is unknown color: approx Blush. HEX triplet: B1, 61 and 6C. RGB value is (177,97,108). Sum of RGB (Red+Green+Blue) = 177+97+108=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1616C is #4E9E93. Grayscale: #7A7A7A. Windows color (decimal): -5152404 or 7102897. OLE color: 7102897.

HSL color Cylindrical-coordinate representation of color #B1616C: hue angle of 351.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1616C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17797108-
CMYK00.450.390.31
HSL351.75º33.9%53.73%-
HSV(B)351.75º45.2%69.41%-
XYZ25.1118.9816.53-
YUV122.17120167.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=46.34%
G=25.39%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779710800.450.390.31351.7533.953.73
HexB1616C02D271F1602236
Octal26114115405547375404266
Binary1011000111000011101100010110110011111111101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1616C; }

 p { color: rgb(177,97,108); }

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

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

 a { background-color: rgb(177,97,108); }

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

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

 span { border-color: rgb(177,97,108); }

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