#B55961

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

Shades of Blush #B55961

Tints of Blush #B55961

Color information

#B55961 (or 0xB55961) is unknown color: approx Blush. HEX triplet: B5, 59 and 61. RGB value is (181,89,97). Sum of RGB (Red+Green+Blue) = 181+89+97=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55961 is #4AA69E. Grayscale: #757575. Windows color (decimal): -4892319 or 6379957. OLE color: 6379957.

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

Color convert

RGB1818997-
CMYK00.510.460.29
HSL354.78º38.33%52.94%-
HSV(B)354.78º50.83%70.98%-
XYZ24.7917.8313.44-
YUV117.42116.48173.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=49.32%
G=24.25%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181899700.510.460.29354.7838.3352.94
HexB559610332E1D1632635
Octal26513114106356355434665
Binary1011010110110011100001011001110111011101101100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55961; }

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

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

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

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

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

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

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

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