Shades of Blush #B8535B
Tints of Blush #B8535B
RGB
CMYK
RGB Variations
Color information
#B8535B (or 0xB8535B) is known color: Blush. HEX triplet: B8, 53 and 5B. RGB value is (184,83,91). Sum of RGB (Red+Green+Blue) = 184+83+91=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535B is #47ACA4. Grayscale: #727272. Windows color (decimal): -4697253 or 5985208. OLE color: 5985208.
HSL color Cylindrical-coordinate representation of color #B8535B: hue angle of 355.25º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8535B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 91 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.28 |
| HSL | 355.25º | 0.42% | 0.52% | - |
| HSV(B) | 355.25º | 0.55% | 0.72% | - |
| XYZ | 24.75 | 17.13 | 11.9 | - |
| YUV | 114.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 91 | 0 | 0.55 | 0.51 | 0.28 | 355.25 | 0.42 | 0.52 |
| Hex | B8 | 53 | 5B | 0 | 37 | 33 | 1C | 163 | 2A | 34 |
| Octal | 270 | 123 | 133 | 0 | 67 | 63 | 34 | 543 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1011011 | 0 | 110111 | 110011 | 11100 | 101100011 | 101010 | 110100 |
Color Harmonies of #B8535B
Complementary color
Monochromatic Colors of #B8535B
Black with #B8535B
Text Example
Text Example
White with #B8535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8535B; }
p { color: rgb(184,83,91); }
H1.HeaderClassName
{
color: #B8535B;
}
.AnyTagClassName
{
color: #B8535B;
}
</style>
background-color css
<style>
a { background-color: #B8535B; }
a { background-color: rgb(184,83,91); }
div.DivClassName
{
background-color: #B8535B;
}
.BgClassName
{
background-color: #B8535B;
}
</style>
border-color css
<style>
span { border-color: #B8535B; }
span { border-color: rgb(184,83,91); }
td.TdClassName
{
border-color: #B8535B;
}
.TagClassName
{
border-color: #B8535B;
}
</style>