Shades of Blush #B55268
Tints of Blush #B55268
RGB
CMYK
RGB Variations
Color information
#B55268 (or 0xB55268) is known color: Blush. HEX triplet: B5, 52 and 68. RGB value is (181,82,104). Sum of RGB (Red+Green+Blue) = 181+82+104=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55268 is #4AAD97. Grayscale: #727272. Windows color (decimal): -4894104 or 6836917. OLE color: 6836917.
HSL color Cylindrical-coordinate representation of color #B55268: hue angle of 346.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55268 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 104 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.29 |
| HSL | 346.67º | 0.4% | 0.52% | - |
| HSV(B) | 346.67º | 0.55% | 0.71% | - |
| XYZ | 24.57 | 16.86 | 15.06 | - |
| YUV | 114.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 104 | 0 | 0.55 | 0.43 | 0.29 | 346.67 | 0.4 | 0.52 |
| Hex | B5 | 52 | 68 | 0 | 37 | 2B | 1D | 15B | 28 | 34 |
| Octal | 265 | 122 | 150 | 0 | 67 | 53 | 35 | 533 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1101000 | 0 | 110111 | 101011 | 11101 | 101011011 | 101000 | 110100 |
Color Harmonies of #B55268
Complementary color
Monochromatic Colors of #B55268
Black with #B55268
Text Example
Text Example
White with #B55268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55268; }
p { color: rgb(181,82,104); }
H1.HeaderClassName
{
color: #B55268;
}
.AnyTagClassName
{
color: #B55268;
}
</style>
background-color css
<style>
a { background-color: #B55268; }
a { background-color: rgb(181,82,104); }
div.DivClassName
{
background-color: #B55268;
}
.BgClassName
{
background-color: #B55268;
}
</style>
border-color css
<style>
span { border-color: #B55268; }
span { border-color: rgb(181,82,104); }
td.TdClassName
{
border-color: #B55268;
}
.TagClassName
{
border-color: #B55268;
}
</style>