Shades of Blush #B55A6D
Tints of Blush #B55A6D
RGB
CMYK
RGB Variations
Color information
#B55A6D (or 0xB55A6D) is known color: Blush. HEX triplet: B5, 5A and 6D. RGB value is (181,90,109). Sum of RGB (Red+Green+Blue) = 181+90+109=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A6D is #4AA592. Grayscale: #777777. Windows color (decimal): -4892051 or 7166645. OLE color: 7166645.
HSL color Cylindrical-coordinate representation of color #B55A6D: hue angle of 347.47º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A6D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 109 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.29 |
| HSL | 347.47º | 0.38% | 0.53% | - |
| HSV(B) | 347.47º | 0.5% | 0.71% | - |
| XYZ | 25.47 | 18.24 | 16.65 | - |
| YUV | 119.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 109 | 0 | 0.50 | 0.40 | 0.29 | 347.47 | 0.38 | 0.53 |
| Hex | B5 | 5A | 6D | 0 | 32 | 28 | 1D | 15B | 26 | 35 |
| Octal | 265 | 132 | 155 | 0 | 62 | 50 | 35 | 533 | 46 | 65 |
| Binary | 10110101 | 1011010 | 1101101 | 0 | 110010 | 101000 | 11101 | 101011011 | 100110 | 110101 |
Color Harmonies of #B55A6D
Complementary color
Monochromatic Colors of #B55A6D
Black with #B55A6D
Text Example
Text Example
White with #B55A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A6D; }
p { color: rgb(181,90,109); }
H1.HeaderClassName
{
color: #B55A6D;
}
.AnyTagClassName
{
color: #B55A6D;
}
</style>
background-color css
<style>
a { background-color: #B55A6D; }
a { background-color: rgb(181,90,109); }
div.DivClassName
{
background-color: #B55A6D;
}
.BgClassName
{
background-color: #B55A6D;
}
</style>
border-color css
<style>
span { border-color: #B55A6D; }
span { border-color: rgb(181,90,109); }
td.TdClassName
{
border-color: #B55A6D;
}
.TagClassName
{
border-color: #B55A6D;
}
</style>