Shades of Blush #B7545A
Tints of Blush #B7545A
RGB
CMYK
RGB Variations
Color information
#B7545A (or 0xB7545A) is known color: Blush. HEX triplet: B7, 54 and 5A. RGB value is (183,84,90). Sum of RGB (Red+Green+Blue) = 183+84+90=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7545A is #48ABA5. Grayscale: #727272. Windows color (decimal): -4762534 or 5919927. OLE color: 5919927.
HSL color Cylindrical-coordinate representation of color #B7545A: hue angle of 356.36º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7545A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 90 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.28 |
| HSL | 356.36º | 0.41% | 0.52% | - |
| HSV(B) | 356.36º | 0.54% | 0.72% | - |
| XYZ | 24.54 | 17.15 | 11.69 | - |
| YUV | 114.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 90 | 0 | 0.54 | 0.51 | 0.28 | 356.36 | 0.41 | 0.52 |
| Hex | B7 | 54 | 5A | 0 | 36 | 33 | 1C | 164 | 29 | 34 |
| Octal | 267 | 124 | 132 | 0 | 66 | 63 | 34 | 544 | 51 | 64 |
| Binary | 10110111 | 1010100 | 1011010 | 0 | 110110 | 110011 | 11100 | 101100100 | 101001 | 110100 |
Color Harmonies of #B7545A
Complementary color
Monochromatic Colors of #B7545A
Black with #B7545A
Text Example
Text Example
White with #B7545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7545A; }
p { color: rgb(183,84,90); }
H1.HeaderClassName
{
color: #B7545A;
}
.AnyTagClassName
{
color: #B7545A;
}
</style>
background-color css
<style>
a { background-color: #B7545A; }
a { background-color: rgb(183,84,90); }
div.DivClassName
{
background-color: #B7545A;
}
.BgClassName
{
background-color: #B7545A;
}
</style>
border-color css
<style>
span { border-color: #B7545A; }
span { border-color: rgb(183,84,90); }
td.TdClassName
{
border-color: #B7545A;
}
.TagClassName
{
border-color: #B7545A;
}
</style>