#B1516C

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

Shades of Blush #B1516C

Tints of Blush #B1516C

Color information

#B1516C (or 0xB1516C) is unknown color: approx Blush. HEX triplet: B1, 51 and 6C. RGB value is (177,81,108). Sum of RGB (Red+Green+Blue) = 177+81+108=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1516C is #4EAE93. Grayscale: #707070. Windows color (decimal): -5156500 or 7098801. OLE color: 7098801.

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

Color convert

RGB17781108-
CMYK00.540.390.31
HSL343.12º38.1%50.59%-
HSV(B)343.12º54.24%69.41%-
XYZ23.7816.3116.08-
YUV112.78125.3173.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=48.36%
G=22.13%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778110800.540.390.31343.1238.150.59
HexB1516C036271F1572633
Octal26112115406647375274663
Binary1011000110100011101100011011010011111111101010111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1516C; }

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

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

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

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

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

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

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

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