Shades of Blush #B7555D
Tints of Blush #B7555D
RGB
CMYK
RGB Variations
Color information
#B7555D (or 0xB7555D) is known color: Blush. HEX triplet: B7, 55 and 5D. RGB value is (183,85,93). Sum of RGB (Red+Green+Blue) = 183+85+93=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7555D is #48AAA2. Grayscale: #737373. Windows color (decimal): -4762275 or 6116791. OLE color: 6116791.
HSL color Cylindrical-coordinate representation of color #B7555D: hue angle of 355.1º 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 #B7555D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 93 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.28 |
| HSL | 355.1º | 0.4% | 0.53% | - |
| HSV(B) | 355.1º | 0.54% | 0.72% | - |
| XYZ | 24.75 | 17.35 | 12.4 | - |
| YUV | 115.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 93 | 0 | 0.54 | 0.49 | 0.28 | 355.1 | 0.4 | 0.53 |
| Hex | B7 | 55 | 5D | 0 | 36 | 31 | 1C | 163 | 28 | 35 |
| Octal | 267 | 125 | 135 | 0 | 66 | 61 | 34 | 543 | 50 | 65 |
| Binary | 10110111 | 1010101 | 1011101 | 0 | 110110 | 110001 | 11100 | 101100011 | 101000 | 110101 |
Color Harmonies of #B7555D
Complementary color
Monochromatic Colors of #B7555D
Black with #B7555D
Text Example
Text Example
White with #B7555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7555D; }
p { color: rgb(183,85,93); }
H1.HeaderClassName
{
color: #B7555D;
}
.AnyTagClassName
{
color: #B7555D;
}
</style>
background-color css
<style>
a { background-color: #B7555D; }
a { background-color: rgb(183,85,93); }
div.DivClassName
{
background-color: #B7555D;
}
.BgClassName
{
background-color: #B7555D;
}
</style>
border-color css
<style>
span { border-color: #B7555D; }
span { border-color: rgb(183,85,93); }
td.TdClassName
{
border-color: #B7555D;
}
.TagClassName
{
border-color: #B7555D;
}
</style>