#B1516E

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

Shades of Blush #B1516E

Tints of Blush #B1516E

Color information

#B1516E (or 0xB1516E) is unknown color: approx Blush. HEX triplet: B1, 51 and 6E. RGB value is (177,81,110). Sum of RGB (Red+Green+Blue) = 177+81+110=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1516E is #4EAE91. Grayscale: #707070. Windows color (decimal): -5156498 or 7229873. OLE color: 7229873.

HSL color Cylindrical-coordinate representation of color #B1516E: hue angle of 341.88º 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 #B1516E is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17781110-
CMYK00.540.380.31
HSL341.88º38.1%50.59%-
HSV(B)341.88º54.24%69.41%-
XYZ23.8916.3616.65-
YUV113.01126.3173.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=48.10%
G=22.01%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778111000.540.380.31341.8838.150.59
HexB1516E036261F1562633
Octal26112115606646375264663
Binary1011000110100011101110011011010011011111101010110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1516E; }

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

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

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

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

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

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

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

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