#B05560

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

Shades of Blush #B05560

Tints of Blush #B05560

Color information

#B05560 (or 0xB05560) is unknown color: approx Blush. HEX triplet: B0, 55 and 60. RGB value is (176,85,96). Sum of RGB (Red+Green+Blue) = 176+85+96=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B05560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05560 is #4FAA9F. Grayscale: #717171. Windows color (decimal): -5221024 or 6313392. OLE color: 6313392.

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

Color convert

RGB1768596-
CMYK00.520.450.31
HSL352.75º36.55%51.18%-
HSV(B)352.75º51.7%69.02%-
XYZ23.2616.5713.04-
YUV113.46118.15172.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=49.30%
G=23.81%
B=26.89%

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
Decimal176859600.520.450.31352.7536.5551.18
HexB055600342D1F1612533
Octal26012514006455375414563
Binary1011000010101011100000011010010110111111101100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05560; }

 p { color: rgb(176,85,96); }

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

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

 a { background-color: rgb(176,85,96); }

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

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

 span { border-color: rgb(176,85,96); }

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