Shades of Blush #B0536C
Tints of Blush #B0536C
RGB
CMYK
RGB Variations
Color information
#B0536C (or 0xB0536C) is known color: Blush. HEX triplet: B0, 53 and 6C. RGB value is (176,83,108). Sum of RGB (Red+Green+Blue) = 176+83+108=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0536C is #4FAC93. Grayscale: #717171. Windows color (decimal): -5221524 or 7099312. OLE color: 7099312.
HSL color Cylindrical-coordinate representation of color #B0536C: hue angle of 343.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0536C is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 108 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.31 |
| HSL | 343.87º | 0.37% | 0.51% | - |
| HSV(B) | 343.87º | 0.53% | 0.69% | - |
| XYZ | 23.7 | 16.5 | 16.12 | - |
| YUV | 113.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 108 | 0 | 0.53 | 0.39 | 0.31 | 343.87 | 0.37 | 0.51 |
| Hex | B0 | 53 | 6C | 0 | 35 | 27 | 1F | 158 | 25 | 33 |
| Octal | 260 | 123 | 154 | 0 | 65 | 47 | 37 | 530 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1101100 | 0 | 110101 | 100111 | 11111 | 101011000 | 100101 | 110011 |
Color Harmonies of #B0536C
Complementary color
Monochromatic Colors of #B0536C
Black with #B0536C
Text Example
Text Example
White with #B0536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0536C; }
p { color: rgb(176,83,108); }
H1.HeaderClassName
{
color: #B0536C;
}
.AnyTagClassName
{
color: #B0536C;
}
</style>
background-color css
<style>
a { background-color: #B0536C; }
a { background-color: rgb(176,83,108); }
div.DivClassName
{
background-color: #B0536C;
}
.BgClassName
{
background-color: #B0536C;
}
</style>
border-color css
<style>
span { border-color: #B0536C; }
span { border-color: rgb(176,83,108); }
td.TdClassName
{
border-color: #B0536C;
}
.TagClassName
{
border-color: #B0536C;
}
</style>