#B15162

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

Shades of Blush #B15162

Tints of Blush #B15162

Color information

#B15162 (or 0xB15162) is unknown color: approx Blush. HEX triplet: B1, 51 and 62. RGB value is (177,81,98). Sum of RGB (Red+Green+Blue) = 177+81+98=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B15162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15162 is #4EAE9D. Grayscale: #6F6F6F. Windows color (decimal): -5156510 or 6443441. OLE color: 6443441.

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

Color convert

RGB1778198-
CMYK00.540.450.31
HSL349.38º38.1%50.59%-
HSV(B)349.38º54.24%69.41%-
XYZ23.2816.1113.44-
YUV111.64120.3174.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=49.72%
G=22.75%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177819800.540.450.31349.3838.150.59
HexB151620362D1F15d2633
Octal26112114206655375354663
Binary1011000110100011100010011011010110111111101011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15162; }

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

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

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

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

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

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

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

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