Shades of Blush #B7546C
Tints of Blush #B7546C
RGB
CMYK
RGB Variations
Color information
#B7546C (or 0xB7546C) is known color: Blush. HEX triplet: B7, 54 and 6C. RGB value is (183,84,108). Sum of RGB (Red+Green+Blue) = 183+84+108=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7546C is #48AB93. Grayscale: #747474. Windows color (decimal): -4762516 or 7099575. OLE color: 7099575.
HSL color Cylindrical-coordinate representation of color #B7546C: hue angle of 345.45º 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 #B7546C is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 108 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.28 |
| HSL | 345.45º | 0.41% | 0.52% | - |
| HSV(B) | 345.45º | 0.54% | 0.72% | - |
| XYZ | 25.41 | 17.49 | 16.22 | - |
| YUV | 116.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 108 | 0 | 0.54 | 0.41 | 0.28 | 345.45 | 0.41 | 0.52 |
| Hex | B7 | 54 | 6C | 0 | 36 | 29 | 1C | 159 | 29 | 34 |
| Octal | 267 | 124 | 154 | 0 | 66 | 51 | 34 | 531 | 51 | 64 |
| Binary | 10110111 | 1010100 | 1101100 | 0 | 110110 | 101001 | 11100 | 101011001 | 101001 | 110100 |
Color Harmonies of #B7546C
Complementary color
Monochromatic Colors of #B7546C
Black with #B7546C
Text Example
Text Example
White with #B7546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7546C; }
p { color: rgb(183,84,108); }
H1.HeaderClassName
{
color: #B7546C;
}
.AnyTagClassName
{
color: #B7546C;
}
</style>
background-color css
<style>
a { background-color: #B7546C; }
a { background-color: rgb(183,84,108); }
div.DivClassName
{
background-color: #B7546C;
}
.BgClassName
{
background-color: #B7546C;
}
</style>
border-color css
<style>
span { border-color: #B7546C; }
span { border-color: rgb(183,84,108); }
td.TdClassName
{
border-color: #B7546C;
}
.TagClassName
{
border-color: #B7546C;
}
</style>