#B95563

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

Shades of Blush #B95563

Tints of Blush #B95563

Color information

#B95563 (or 0xB95563) is unknown color: approx Blush. HEX triplet: B9, 55 and 63. RGB value is (185,85,99). Sum of RGB (Red+Green+Blue) = 185+85+99=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95563 is #46AA9C. Grayscale: #747474. Windows color (decimal): -4631197 or 6510009. OLE color: 6510009.

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

Color convert

RGB1858599-
CMYK00.540.460.27
HSL351.6º41.67%52.94%-
HSV(B)351.6º54.05%72.55%-
XYZ25.5117.7113.88-
YUV116.5118.13176.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=50.14%
G=23.04%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185859900.540.460.27351.641.6752.94
HexB955630362E1B1602a35
Octal27112514306656335405265
Binary1011100110101011100011011011010111011011101100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95563; }

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

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

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

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

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

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

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

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