Shades of Blush #B55066
Tints of Blush #B55066
RGB
CMYK
RGB Variations
Color information
#B55066 (or 0xB55066) is known color: Blush. HEX triplet: B5, 50 and 66. RGB value is (181,80,102). Sum of RGB (Red+Green+Blue) = 181+80+102=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55066 is #4AAF99. Grayscale: #707070. Windows color (decimal): -4894618 or 6705333. OLE color: 6705333.
HSL color Cylindrical-coordinate representation of color #B55066: hue angle of 346.93º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55066 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 102 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.29 |
| HSL | 346.93º | 0.41% | 0.51% | - |
| HSV(B) | 346.93º | 0.56% | 0.71% | - |
| XYZ | 24.32 | 16.52 | 14.48 | - |
| YUV | 112.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 102 | 0 | 0.56 | 0.44 | 0.29 | 346.93 | 0.41 | 0.51 |
| Hex | B5 | 50 | 66 | 0 | 38 | 2C | 1D | 15B | 29 | 33 |
| Octal | 265 | 120 | 146 | 0 | 70 | 54 | 35 | 533 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1100110 | 0 | 111000 | 101100 | 11101 | 101011011 | 101001 | 110011 |
Color Harmonies of #B55066
Complementary color
Monochromatic Colors of #B55066
Black with #B55066
Text Example
Text Example
White with #B55066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55066; }
p { color: rgb(181,80,102); }
H1.HeaderClassName
{
color: #B55066;
}
.AnyTagClassName
{
color: #B55066;
}
</style>
background-color css
<style>
a { background-color: #B55066; }
a { background-color: rgb(181,80,102); }
div.DivClassName
{
background-color: #B55066;
}
.BgClassName
{
background-color: #B55066;
}
</style>
border-color css
<style>
span { border-color: #B55066; }
span { border-color: rgb(181,80,102); }
td.TdClassName
{
border-color: #B55066;
}
.TagClassName
{
border-color: #B55066;
}
</style>