#B55963

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

Shades of Blush #B55963

Tints of Blush #B55963

Color information

#B55963 (or 0xB55963) is unknown color: approx Blush. HEX triplet: B5, 59 and 63. RGB value is (181,89,99). Sum of RGB (Red+Green+Blue) = 181+89+99=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55963 is #4AA69C. Grayscale: #757575. Windows color (decimal): -4892317 or 6511029. OLE color: 6511029.

HSL color Cylindrical-coordinate representation of color #B55963: hue angle of 353.48º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55963 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1818999-
CMYK00.510.450.29
HSL353.48º38.33%52.94%-
HSV(B)353.48º50.83%70.98%-
XYZ24.8817.8713.94-
YUV117.65117.48173.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=49.05%
G=24.12%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181899900.510.450.29353.4838.3352.94
HexB559630332D1D1612635
Octal26513114306355355414665
Binary1011010110110011100011011001110110111101101100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55963; }

 p { color: rgb(181,89,99); }

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

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

 a { background-color: rgb(181,89,99); }

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

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

 span { border-color: rgb(181,89,99); }

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