#B15561

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

Shades of Blush #B15561

Tints of Blush #B15561

Color information

#B15561 (or 0xB15561) is unknown color: approx Blush. HEX triplet: B1, 55 and 61. RGB value is (177,85,97). Sum of RGB (Red+Green+Blue) = 177+85+97=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B15561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15561 is #4EAA9E. Grayscale: #717171. Windows color (decimal): -5155487 or 6378929. OLE color: 6378929.

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

Color convert

RGB1778597-
CMYK00.520.450.31
HSL352.17º37.1%51.37%-
HSV(B)352.17º51.98%69.41%-
XYZ23.5416.7113.29-
YUV113.88118.48173.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=49.30%
G=23.68%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177859700.520.450.31352.1737.151.37
HexB155610342D1F1602533
Octal26112514106455375404563
Binary1011000110101011100001011010010110111111101100000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15561; }

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

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

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

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

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

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

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

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