Shades of Blush #B7536B
Tints of Blush #B7536B
RGB
CMYK
RGB Variations
Color information
#B7536B (or 0xB7536B) is known color: Blush. HEX triplet: B7, 53 and 6B. RGB value is (183,83,107). Sum of RGB (Red+Green+Blue) = 183+83+107=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7536B is #48AC94. Grayscale: #737373. Windows color (decimal): -4762773 or 7033783. OLE color: 7033783.
HSL color Cylindrical-coordinate representation of color #B7536B: hue angle of 345.6º 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 #B7536B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 107 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.28 |
| HSL | 345.6º | 0.41% | 0.52% | - |
| HSV(B) | 345.6º | 0.55% | 0.72% | - |
| XYZ | 25.28 | 17.32 | 15.92 | - |
| YUV | 115.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 107 | 0 | 0.55 | 0.42 | 0.28 | 345.6 | 0.41 | 0.52 |
| Hex | B7 | 53 | 6B | 0 | 37 | 2A | 1C | 15A | 29 | 34 |
| Octal | 267 | 123 | 153 | 0 | 67 | 52 | 34 | 532 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1101011 | 0 | 110111 | 101010 | 11100 | 101011010 | 101001 | 110100 |
Color Harmonies of #B7536B
Complementary color
Monochromatic Colors of #B7536B
Black with #B7536B
Text Example
Text Example
White with #B7536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7536B; }
p { color: rgb(183,83,107); }
H1.HeaderClassName
{
color: #B7536B;
}
.AnyTagClassName
{
color: #B7536B;
}
</style>
background-color css
<style>
a { background-color: #B7536B; }
a { background-color: rgb(183,83,107); }
div.DivClassName
{
background-color: #B7536B;
}
.BgClassName
{
background-color: #B7536B;
}
</style>
border-color css
<style>
span { border-color: #B7536B; }
span { border-color: rgb(183,83,107); }
td.TdClassName
{
border-color: #B7536B;
}
.TagClassName
{
border-color: #B7536B;
}
</style>