Shades of Blush #B55767
Tints of Blush #B55767
RGB
CMYK
RGB Variations
Color information
#B55767 (or 0xB55767) is known color: Blush. HEX triplet: B5, 57 and 67. RGB value is (181,87,103). Sum of RGB (Red+Green+Blue) = 181+87+103=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B55767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55767 is #4AA898. Grayscale: #747474. Windows color (decimal): -4892825 or 6772661. OLE color: 6772661.
HSL color Cylindrical-coordinate representation of color #B55767: hue angle of 349.79º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55767 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 103 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.29 |
| HSL | 349.79º | 0.39% | 0.53% | - |
| HSV(B) | 349.79º | 0.52% | 0.71% | - |
| XYZ | 24.91 | 17.62 | 14.92 | - |
| YUV | 116.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 103 | 0 | 0.52 | 0.43 | 0.29 | 349.79 | 0.39 | 0.53 |
| Hex | B5 | 57 | 67 | 0 | 34 | 2B | 1D | 15E | 27 | 35 |
| Octal | 265 | 127 | 147 | 0 | 64 | 53 | 35 | 536 | 47 | 65 |
| Binary | 10110101 | 1010111 | 1100111 | 0 | 110100 | 101011 | 11101 | 101011110 | 100111 | 110101 |
Color Harmonies of #B55767
Complementary color
Monochromatic Colors of #B55767
Black with #B55767
Text Example
Text Example
White with #B55767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55767; }
p { color: rgb(181,87,103); }
H1.HeaderClassName
{
color: #B55767;
}
.AnyTagClassName
{
color: #B55767;
}
</style>
background-color css
<style>
a { background-color: #B55767; }
a { background-color: rgb(181,87,103); }
div.DivClassName
{
background-color: #B55767;
}
.BgClassName
{
background-color: #B55767;
}
</style>
border-color css
<style>
span { border-color: #B55767; }
span { border-color: rgb(181,87,103); }
td.TdClassName
{
border-color: #B55767;
}
.TagClassName
{
border-color: #B55767;
}
</style>