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