#B95660

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

Shades of Blush #B95660

Tints of Blush #B95660

Color information

#B95660 (or 0xB95660) is unknown color: approx Blush. HEX triplet: B9, 56 and 60. RGB value is (185,86,96). Sum of RGB (Red+Green+Blue) = 185+86+96=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B95660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95660 is #46A99F. Grayscale: #747474. Windows color (decimal): -4630944 or 6313657. OLE color: 6313657.

HSL color Cylindrical-coordinate representation of color #B95660: hue angle of 353.94º degrees, saturation: 0.41, 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 #B95660 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1858696-
CMYK00.540.480.27
HSL353.94º41.42%53.14%-
HSV(B)353.94º53.51%72.55%-
XYZ25.4517.8113.16-
YUV116.74116.3176.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=50.41%
G=23.43%
B=26.16%

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
Decimal185869600.540.480.27353.9441.4253.14
HexB95660036301B1622935
Octal27112614006660335425165
Binary1011100110101101100000011011011000011011101100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95660; }

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

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

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

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

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

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

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

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