Shades of Blush #B7536C
Tints of Blush #B7536C
RGB
CMYK
RGB Variations
Color information
#B7536C (or 0xB7536C) is known color: Blush. HEX triplet: B7, 53 and 6C. RGB value is (183,83,108). Sum of RGB (Red+Green+Blue) = 183+83+108=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7536C is #48AC93. Grayscale: #737373. Windows color (decimal): -4762772 or 7099319. OLE color: 7099319.
HSL color Cylindrical-coordinate representation of color #B7536C: hue angle of 345º degrees, saturation: 0.41, 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 #B7536C is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 108 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.28 |
| HSL | 345º | 0.41% | 0.52% | - |
| HSV(B) | 345º | 0.55% | 0.72% | - |
| XYZ | 25.33 | 17.34 | 16.2 | - |
| YUV | 115.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 108 | 0 | 0.55 | 0.41 | 0.28 | 345 | 0.41 | 0.52 |
| Hex | B7 | 53 | 6C | 0 | 37 | 29 | 1C | 159 | 29 | 34 |
| Octal | 267 | 123 | 154 | 0 | 67 | 51 | 34 | 531 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1101100 | 0 | 110111 | 101001 | 11100 | 101011001 | 101001 | 110100 |
Color Harmonies of #B7536C
Complementary color
Monochromatic Colors of #B7536C
Black with #B7536C
Text Example
Text Example
White with #B7536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7536C; }
p { color: rgb(183,83,108); }
H1.HeaderClassName
{
color: #B7536C;
}
.AnyTagClassName
{
color: #B7536C;
}
</style>
background-color css
<style>
a { background-color: #B7536C; }
a { background-color: rgb(183,83,108); }
div.DivClassName
{
background-color: #B7536C;
}
.BgClassName
{
background-color: #B7536C;
}
</style>
border-color css
<style>
span { border-color: #B7536C; }
span { border-color: rgb(183,83,108); }
td.TdClassName
{
border-color: #B7536C;
}
.TagClassName
{
border-color: #B7536C;
}
</style>