#B15466

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

Shades of Blush #B15466

Tints of Blush #B15466

Color information

#B15466 (or 0xB15466) is unknown color: approx Blush. HEX triplet: B1, 54 and 66. RGB value is (177,84,102). Sum of RGB (Red+Green+Blue) = 177+84+102=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15466 is #4EAB99. Grayscale: #717171. Windows color (decimal): -5155738 or 6706353. OLE color: 6706353.

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

Color convert

RGB17784102-
CMYK00.530.420.31
HSL348.39º37.35%51.18%-
HSV(B)348.39º52.54%69.41%-
XYZ23.716.6514.53-
YUV113.86121.31173.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=48.76%
G=23.14%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778410200.530.420.31348.3937.3551.18
HexB154660352A1F15c2533
Octal26112414606552375344563
Binary1011000110101001100110011010110101011111101011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15466; }

 p { color: rgb(177,84,102); }

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

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

 a { background-color: rgb(177,84,102); }

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

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

 span { border-color: rgb(177,84,102); }

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