Shades of Blush #B7536D
Tints of Blush #B7536D
RGB
CMYK
RGB Variations
Color information
#B7536D (or 0xB7536D) is known color: Blush. HEX triplet: B7, 53 and 6D. RGB value is (183,83,109). Sum of RGB (Red+Green+Blue) = 183+83+109=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7536D is #48AC92. Grayscale: #737373. Windows color (decimal): -4762771 or 7164855. OLE color: 7164855.
HSL color Cylindrical-coordinate representation of color #B7536D: hue angle of 344.4º 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 #B7536D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 109 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.28 |
| HSL | 344.4º | 0.41% | 0.52% | - |
| HSV(B) | 344.4º | 0.55% | 0.72% | - |
| XYZ | 25.38 | 17.36 | 16.48 | - |
| YUV | 115.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 109 | 0 | 0.55 | 0.40 | 0.28 | 344.4 | 0.41 | 0.52 |
| Hex | B7 | 53 | 6D | 0 | 37 | 28 | 1C | 158 | 29 | 34 |
| Octal | 267 | 123 | 155 | 0 | 67 | 50 | 34 | 530 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1101101 | 0 | 110111 | 101000 | 11100 | 101011000 | 101001 | 110100 |
Color Harmonies of #B7536D
Complementary color
Monochromatic Colors of #B7536D
Black with #B7536D
Text Example
Text Example
White with #B7536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7536D; }
p { color: rgb(183,83,109); }
H1.HeaderClassName
{
color: #B7536D;
}
.AnyTagClassName
{
color: #B7536D;
}
</style>
background-color css
<style>
a { background-color: #B7536D; }
a { background-color: rgb(183,83,109); }
div.DivClassName
{
background-color: #B7536D;
}
.BgClassName
{
background-color: #B7536D;
}
</style>
border-color css
<style>
span { border-color: #B7536D; }
span { border-color: rgb(183,83,109); }
td.TdClassName
{
border-color: #B7536D;
}
.TagClassName
{
border-color: #B7536D;
}
</style>