Shades of Blush #B7555C
Tints of Blush #B7555C
RGB
CMYK
RGB Variations
Color information
#B7555C (or 0xB7555C) is known color: Blush. HEX triplet: B7, 55 and 5C. RGB value is (183,85,92). Sum of RGB (Red+Green+Blue) = 183+85+92=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7555C is #48AAA3. Grayscale: #737373. Windows color (decimal): -4762276 or 6051255. OLE color: 6051255.
HSL color Cylindrical-coordinate representation of color #B7555C: hue angle of 355.71º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7555C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 92 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.28 |
| HSL | 355.71º | 0.4% | 0.53% | - |
| HSV(B) | 355.71º | 0.54% | 0.72% | - |
| XYZ | 24.71 | 17.34 | 12.17 | - |
| YUV | 115.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 92 | 0 | 0.54 | 0.50 | 0.28 | 355.71 | 0.4 | 0.53 |
| Hex | B7 | 55 | 5C | 0 | 36 | 32 | 1C | 164 | 28 | 35 |
| Octal | 267 | 125 | 134 | 0 | 66 | 62 | 34 | 544 | 50 | 65 |
| Binary | 10110111 | 1010101 | 1011100 | 0 | 110110 | 110010 | 11100 | 101100100 | 101000 | 110101 |
Color Harmonies of #B7555C
Complementary color
Monochromatic Colors of #B7555C
Black with #B7555C
Text Example
Text Example
White with #B7555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7555C; }
p { color: rgb(183,85,92); }
H1.HeaderClassName
{
color: #B7555C;
}
.AnyTagClassName
{
color: #B7555C;
}
</style>
background-color css
<style>
a { background-color: #B7555C; }
a { background-color: rgb(183,85,92); }
div.DivClassName
{
background-color: #B7555C;
}
.BgClassName
{
background-color: #B7555C;
}
</style>
border-color css
<style>
span { border-color: #B7555C; }
span { border-color: rgb(183,85,92); }
td.TdClassName
{
border-color: #B7555C;
}
.TagClassName
{
border-color: #B7555C;
}
</style>