#B95560

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

Shades of Blush #B95560

Tints of Blush #B95560

Color information

#B95560 (or 0xB95560) is unknown color: approx Blush. HEX triplet: B9, 55 and 60. RGB value is (185,85,96). Sum of RGB (Red+Green+Blue) = 185+85+96=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B95560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95560 is #46AA9F. Grayscale: #747474. Windows color (decimal): -4631200 or 6313401. OLE color: 6313401.

HSL color Cylindrical-coordinate representation of color #B95560: hue angle of 353.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95560 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1858596-
CMYK00.540.480.27
HSL353.4º41.67%52.94%-
HSV(B)353.4º54.05%72.55%-
XYZ25.3717.6613.14-
YUV116.15116.63177.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=50.55%
G=23.22%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185859600.540.480.27353.441.6752.94
HexB95560036301B1612a35
Octal27112514006660335415265
Binary1011100110101011100000011011011000011011101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95560; }

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

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

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

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

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

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

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

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