Shades of Blush #B8536F
Tints of Blush #B8536F
RGB
CMYK
RGB Variations
Color information
#B8536F (or 0xB8536F) is known color: Blush. HEX triplet: B8, 53 and 6F. RGB value is (184,83,111). Sum of RGB (Red+Green+Blue) = 184+83+111=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8536F is #47AC90. Grayscale: #747474. Windows color (decimal): -4697233 or 7295928. OLE color: 7295928.
HSL color Cylindrical-coordinate representation of color #B8536F: hue angle of 343.37º 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 #B8536F is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 111 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.28 |
| HSL | 343.37º | 0.42% | 0.52% | - |
| HSV(B) | 343.37º | 0.55% | 0.72% | - |
| XYZ | 25.73 | 17.52 | 17.07 | - |
| YUV | 116.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 111 | 0 | 0.55 | 0.40 | 0.28 | 343.37 | 0.42 | 0.52 |
| Hex | B8 | 53 | 6F | 0 | 37 | 28 | 1C | 157 | 2A | 34 |
| Octal | 270 | 123 | 157 | 0 | 67 | 50 | 34 | 527 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1101111 | 0 | 110111 | 101000 | 11100 | 101010111 | 101010 | 110100 |
Color Harmonies of #B8536F
Complementary color
Monochromatic Colors of #B8536F
Black with #B8536F
Text Example
Text Example
White with #B8536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8536F; }
p { color: rgb(184,83,111); }
H1.HeaderClassName
{
color: #B8536F;
}
.AnyTagClassName
{
color: #B8536F;
}
</style>
background-color css
<style>
a { background-color: #B8536F; }
a { background-color: rgb(184,83,111); }
div.DivClassName
{
background-color: #B8536F;
}
.BgClassName
{
background-color: #B8536F;
}
</style>
border-color css
<style>
span { border-color: #B8536F; }
span { border-color: rgb(184,83,111); }
td.TdClassName
{
border-color: #B8536F;
}
.TagClassName
{
border-color: #B8536F;
}
</style>