Shades of Blush #B8555B
Tints of Blush #B8555B
RGB
CMYK
RGB Variations
Color information
#B8555B (or 0xB8555B) is known color: Blush. HEX triplet: B8, 55 and 5B. RGB value is (184,85,91). Sum of RGB (Red+Green+Blue) = 184+85+91=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8555B is #47AAA4. Grayscale: #737373. Windows color (decimal): -4696741 or 5985720. OLE color: 5985720.
HSL color Cylindrical-coordinate representation of color #B8555B: hue angle of 356.36º degrees, saturation: 0.41, 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 #B8555B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 91 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.28 |
| HSL | 356.36º | 0.41% | 0.53% | - |
| HSV(B) | 356.36º | 0.54% | 0.72% | - |
| XYZ | 24.9 | 17.44 | 11.95 | - |
| YUV | 115.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 91 | 0 | 0.54 | 0.51 | 0.28 | 356.36 | 0.41 | 0.53 |
| Hex | B8 | 55 | 5B | 0 | 36 | 33 | 1C | 164 | 29 | 35 |
| Octal | 270 | 125 | 133 | 0 | 66 | 63 | 34 | 544 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1011011 | 0 | 110110 | 110011 | 11100 | 101100100 | 101001 | 110101 |
Color Harmonies of #B8555B
Complementary color
Monochromatic Colors of #B8555B
Black with #B8555B
Text Example
Text Example
White with #B8555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8555B; }
p { color: rgb(184,85,91); }
H1.HeaderClassName
{
color: #B8555B;
}
.AnyTagClassName
{
color: #B8555B;
}
</style>
background-color css
<style>
a { background-color: #B8555B; }
a { background-color: rgb(184,85,91); }
div.DivClassName
{
background-color: #B8555B;
}
.BgClassName
{
background-color: #B8555B;
}
</style>
border-color css
<style>
span { border-color: #B8555B; }
span { border-color: rgb(184,85,91); }
td.TdClassName
{
border-color: #B8555B;
}
.TagClassName
{
border-color: #B8555B;
}
</style>