#B55F61

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

Shades of Blush #B55F61

Tints of Blush #B55F61

Color information

#B55F61 (or 0xB55F61) is unknown color: approx Blush. HEX triplet: B5, 5F and 61. RGB value is (181,95,97). Sum of RGB (Red+Green+Blue) = 181+95+97=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F61 is #4AA09E. Grayscale: #797979. Windows color (decimal): -4890783 or 6381493. OLE color: 6381493.

HSL color Cylindrical-coordinate representation of color #B55F61: hue angle of 358.6º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F61 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1819597-
CMYK00.480.460.29
HSL358.6º36.75%54.12%-
HSV(B)358.6º47.51%70.98%-
XYZ25.3118.8713.62-
YUV120.94114.49170.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=48.53%
G=25.47%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181959700.480.460.29358.636.7554.12
HexB55F610302E1D1672536
Octal26513714106056355474566
Binary1011010110111111100001011000010111011101101100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F61; }

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

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

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

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

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

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

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

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