Shades of Blush #B55067
Tints of Blush #B55067
RGB
CMYK
RGB Variations
Color information
#B55067 (or 0xB55067) is known color: Blush. HEX triplet: B5, 50 and 67. RGB value is (181,80,103). Sum of RGB (Red+Green+Blue) = 181+80+103=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B55067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55067 is #4AAF98. Grayscale: #707070. Windows color (decimal): -4894617 or 6770869. OLE color: 6770869.
HSL color Cylindrical-coordinate representation of color #B55067: hue angle of 346.34º 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 #B55067 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 103 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.29 |
| HSL | 346.34º | 0.41% | 0.51% | - |
| HSV(B) | 346.34º | 0.56% | 0.71% | - |
| XYZ | 24.37 | 16.54 | 14.74 | - |
| YUV | 112.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 103 | 0 | 0.56 | 0.43 | 0.29 | 346.34 | 0.41 | 0.51 |
| Hex | B5 | 50 | 67 | 0 | 38 | 2B | 1D | 15A | 29 | 33 |
| Octal | 265 | 120 | 147 | 0 | 70 | 53 | 35 | 532 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1100111 | 0 | 111000 | 101011 | 11101 | 101011010 | 101001 | 110011 |
Color Harmonies of #B55067
Complementary color
Monochromatic Colors of #B55067
Black with #B55067
Text Example
Text Example
White with #B55067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55067; }
p { color: rgb(181,80,103); }
H1.HeaderClassName
{
color: #B55067;
}
.AnyTagClassName
{
color: #B55067;
}
</style>
background-color css
<style>
a { background-color: #B55067; }
a { background-color: rgb(181,80,103); }
div.DivClassName
{
background-color: #B55067;
}
.BgClassName
{
background-color: #B55067;
}
</style>
border-color css
<style>
span { border-color: #B55067; }
span { border-color: rgb(181,80,103); }
td.TdClassName
{
border-color: #B55067;
}
.TagClassName
{
border-color: #B55067;
}
</style>