#B15164

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

Shades of Blush #B15164

Tints of Blush #B15164

Color information

#B15164 (or 0xB15164) is unknown color: approx Blush. HEX triplet: B1, 51 and 64. RGB value is (177,81,100). Sum of RGB (Red+Green+Blue) = 177+81+100=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B15164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15164 is #4EAE9B. Grayscale: #6F6F6F. Windows color (decimal): -5156508 or 6574513. OLE color: 6574513.

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

Color convert

RGB17781100-
CMYK00.540.440.31
HSL348.12º38.1%50.59%-
HSV(B)348.12º54.24%69.41%-
XYZ23.3716.1513.94-
YUV111.87121.3174.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=49.44%
G=22.63%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778110000.540.440.31348.1238.150.59
HexB151640362C1F15c2633
Octal26112114406654375344663
Binary1011000110100011100100011011010110011111101011100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15164; }

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

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

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

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

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

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

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

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