Shades of Blush #B7505E
Tints of Blush #B7505E
RGB
CMYK
RGB Variations
Color information
#B7505E (or 0xB7505E) is known color: Blush. HEX triplet: B7, 50 and 5E. RGB value is (183,80,94). Sum of RGB (Red+Green+Blue) = 183+80+94=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7505E is #48AFA1. Grayscale: #707070. Windows color (decimal): -4763554 or 6181047. OLE color: 6181047.
HSL color Cylindrical-coordinate representation of color #B7505E: hue angle of 351.84º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7505E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 94 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.28 |
| HSL | 351.84º | 0.42% | 0.52% | - |
| HSV(B) | 351.84º | 0.56% | 0.72% | - |
| XYZ | 24.42 | 16.61 | 12.51 | - |
| YUV | 112.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 94 | 0 | 0.56 | 0.49 | 0.28 | 351.84 | 0.42 | 0.52 |
| Hex | B7 | 50 | 5E | 0 | 38 | 31 | 1C | 160 | 2A | 34 |
| Octal | 267 | 120 | 136 | 0 | 70 | 61 | 34 | 540 | 52 | 64 |
| Binary | 10110111 | 1010000 | 1011110 | 0 | 111000 | 110001 | 11100 | 101100000 | 101010 | 110100 |
Color Harmonies of #B7505E
Complementary color
Monochromatic Colors of #B7505E
Black with #B7505E
Text Example
Text Example
White with #B7505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7505E; }
p { color: rgb(183,80,94); }
H1.HeaderClassName
{
color: #B7505E;
}
.AnyTagClassName
{
color: #B7505E;
}
</style>
background-color css
<style>
a { background-color: #B7505E; }
a { background-color: rgb(183,80,94); }
div.DivClassName
{
background-color: #B7505E;
}
.BgClassName
{
background-color: #B7505E;
}
</style>
border-color css
<style>
span { border-color: #B7505E; }
span { border-color: rgb(183,80,94); }
td.TdClassName
{
border-color: #B7505E;
}
.TagClassName
{
border-color: #B7505E;
}
</style>