Shades of Blush #B55467
Tints of Blush #B55467
RGB
CMYK
RGB Variations
Color information
#B55467 (or 0xB55467) is known color: Blush. HEX triplet: B5, 54 and 67. RGB value is (181,84,103). Sum of RGB (Red+Green+Blue) = 181+84+103=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B55467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55467 is #4AAB98. Grayscale: #737373. Windows color (decimal): -4893593 or 6771893. OLE color: 6771893.
HSL color Cylindrical-coordinate representation of color #B55467: hue angle of 348.25º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55467 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 103 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.29 |
| HSL | 348.25º | 0.4% | 0.52% | - |
| HSV(B) | 348.25º | 0.54% | 0.71% | - |
| XYZ | 24.67 | 17.14 | 14.84 | - |
| YUV | 115.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 103 | 0 | 0.54 | 0.43 | 0.29 | 348.25 | 0.4 | 0.52 |
| Hex | B5 | 54 | 67 | 0 | 36 | 2B | 1D | 15C | 28 | 34 |
| Octal | 265 | 124 | 147 | 0 | 66 | 53 | 35 | 534 | 50 | 64 |
| Binary | 10110101 | 1010100 | 1100111 | 0 | 110110 | 101011 | 11101 | 101011100 | 101000 | 110100 |
Color Harmonies of #B55467
Complementary color
Monochromatic Colors of #B55467
Black with #B55467
Text Example
Text Example
White with #B55467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55467; }
p { color: rgb(181,84,103); }
H1.HeaderClassName
{
color: #B55467;
}
.AnyTagClassName
{
color: #B55467;
}
</style>
background-color css
<style>
a { background-color: #B55467; }
a { background-color: rgb(181,84,103); }
div.DivClassName
{
background-color: #B55467;
}
.BgClassName
{
background-color: #B55467;
}
</style>
border-color css
<style>
span { border-color: #B55467; }
span { border-color: rgb(181,84,103); }
td.TdClassName
{
border-color: #B55467;
}
.TagClassName
{
border-color: #B55467;
}
</style>