Shades of Blush #B7546A
Tints of Blush #B7546A
RGB
CMYK
RGB Variations
Color information
#B7546A (or 0xB7546A) is known color: Blush. HEX triplet: B7, 54 and 6A. RGB value is (183,84,106). Sum of RGB (Red+Green+Blue) = 183+84+106=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7546A is #48AB95. Grayscale: #747474. Windows color (decimal): -4762518 or 6968503. OLE color: 6968503.
HSL color Cylindrical-coordinate representation of color #B7546A: hue angle of 346.67º 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 #B7546A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 106 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.28 |
| HSL | 346.67º | 0.41% | 0.52% | - |
| HSV(B) | 346.67º | 0.54% | 0.72% | - |
| XYZ | 25.3 | 17.45 | 15.67 | - |
| YUV | 116.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 106 | 0 | 0.54 | 0.42 | 0.28 | 346.67 | 0.41 | 0.52 |
| Hex | B7 | 54 | 6A | 0 | 36 | 2A | 1C | 15B | 29 | 34 |
| Octal | 267 | 124 | 152 | 0 | 66 | 52 | 34 | 533 | 51 | 64 |
| Binary | 10110111 | 1010100 | 1101010 | 0 | 110110 | 101010 | 11100 | 101011011 | 101001 | 110100 |
Color Harmonies of #B7546A
Complementary color
Monochromatic Colors of #B7546A
Black with #B7546A
Text Example
Text Example
White with #B7546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7546A; }
p { color: rgb(183,84,106); }
H1.HeaderClassName
{
color: #B7546A;
}
.AnyTagClassName
{
color: #B7546A;
}
</style>
background-color css
<style>
a { background-color: #B7546A; }
a { background-color: rgb(183,84,106); }
div.DivClassName
{
background-color: #B7546A;
}
.BgClassName
{
background-color: #B7546A;
}
</style>
border-color css
<style>
span { border-color: #B7546A; }
span { border-color: rgb(183,84,106); }
td.TdClassName
{
border-color: #B7546A;
}
.TagClassName
{
border-color: #B7546A;
}
</style>