Shades of Blush #B7535B
Tints of Blush #B7535B
RGB
CMYK
RGB Variations
Color information
#B7535B (or 0xB7535B) is known color: Blush. HEX triplet: B7, 53 and 5B. RGB value is (183,83,91). Sum of RGB (Red+Green+Blue) = 183+83+91=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7535B is #48ACA4. Grayscale: #717171. Windows color (decimal): -4762789 or 5985207. OLE color: 5985207.
HSL color Cylindrical-coordinate representation of color #B7535B: hue angle of 355.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 #B7535B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 91 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.28 |
| HSL | 355.2º | 0.41% | 0.52% | - |
| HSV(B) | 355.2º | 0.55% | 0.72% | - |
| XYZ | 24.51 | 17.01 | 11.89 | - |
| YUV | 113.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 91 | 0 | 0.55 | 0.50 | 0.28 | 355.2 | 0.41 | 0.52 |
| Hex | B7 | 53 | 5B | 0 | 37 | 32 | 1C | 163 | 29 | 34 |
| Octal | 267 | 123 | 133 | 0 | 67 | 62 | 34 | 543 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1011011 | 0 | 110111 | 110010 | 11100 | 101100011 | 101001 | 110100 |
Color Harmonies of #B7535B
Complementary color
Monochromatic Colors of #B7535B
Black with #B7535B
Text Example
Text Example
White with #B7535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7535B; }
p { color: rgb(183,83,91); }
H1.HeaderClassName
{
color: #B7535B;
}
.AnyTagClassName
{
color: #B7535B;
}
</style>
background-color css
<style>
a { background-color: #B7535B; }
a { background-color: rgb(183,83,91); }
div.DivClassName
{
background-color: #B7535B;
}
.BgClassName
{
background-color: #B7535B;
}
</style>
border-color css
<style>
span { border-color: #B7535B; }
span { border-color: rgb(183,83,91); }
td.TdClassName
{
border-color: #B7535B;
}
.TagClassName
{
border-color: #B7535B;
}
</style>