#B15569

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

Shades of Blush #B15569

Tints of Blush #B15569

Color information

#B15569 (or 0xB15569) is unknown color: approx Blush. HEX triplet: B1, 55 and 69. RGB value is (177,85,105). Sum of RGB (Red+Green+Blue) = 177+85+105=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B15569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15569 is #4EAA96. Grayscale: #727272. Windows color (decimal): -5155479 or 6903217. OLE color: 6903217.

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

Color convert

RGB17785105-
CMYK00.520.410.31
HSL346.96º37.1%51.37%-
HSV(B)346.96º51.98%69.41%-
XYZ23.9316.8615.36-
YUV114.79122.48172.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=48.23%
G=23.16%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778510500.520.410.31346.9637.151.37
HexB15569034291F15b2533
Octal26112515106451375334563
Binary1011000110101011101001011010010100111111101011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15569; }

 p { color: rgb(177,85,105); }

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

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

 a { background-color: rgb(177,85,105); }

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

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

 span { border-color: rgb(177,85,105); }

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