Shades of Blush #B8535F
Tints of Blush #B8535F
RGB
CMYK
RGB Variations
Color information
#B8535F (or 0xB8535F) is known color: Blush. HEX triplet: B8, 53 and 5F. RGB value is (184,83,95). Sum of RGB (Red+Green+Blue) = 184+83+95=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535F is #47ACA0. Grayscale: #727272. Windows color (decimal): -4697249 or 6247352. OLE color: 6247352.
HSL color Cylindrical-coordinate representation of color #B8535F: hue angle of 352.87º 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 #B8535F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 95 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.28 |
| HSL | 352.87º | 0.42% | 0.52% | - |
| HSV(B) | 352.87º | 0.55% | 0.72% | - |
| XYZ | 24.93 | 17.2 | 12.83 | - |
| YUV | 114.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 95 | 0 | 0.55 | 0.48 | 0.28 | 352.87 | 0.42 | 0.52 |
| Hex | B8 | 53 | 5F | 0 | 37 | 30 | 1C | 161 | 2A | 34 |
| Octal | 270 | 123 | 137 | 0 | 67 | 60 | 34 | 541 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1011111 | 0 | 110111 | 110000 | 11100 | 101100001 | 101010 | 110100 |
Color Harmonies of #B8535F
Complementary color
Monochromatic Colors of #B8535F
Black with #B8535F
Text Example
Text Example
White with #B8535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8535F; }
p { color: rgb(184,83,95); }
H1.HeaderClassName
{
color: #B8535F;
}
.AnyTagClassName
{
color: #B8535F;
}
</style>
background-color css
<style>
a { background-color: #B8535F; }
a { background-color: rgb(184,83,95); }
div.DivClassName
{
background-color: #B8535F;
}
.BgClassName
{
background-color: #B8535F;
}
</style>
border-color css
<style>
span { border-color: #B8535F; }
span { border-color: rgb(184,83,95); }
td.TdClassName
{
border-color: #B8535F;
}
.TagClassName
{
border-color: #B8535F;
}
</style>