Shades of Blush #B74766
Tints of Blush #B74766
RGB
CMYK
RGB Variations
Color information
#B74766 (or 0xB74766) is known color: Blush. HEX triplet: B7, 47 and 66. RGB value is (183,71,102). Sum of RGB (Red+Green+Blue) = 183+71+102=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B74766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74766 is #48B899. Grayscale: #6C6C6C. Windows color (decimal): -4765850 or 6703031. OLE color: 6703031.
HSL color Cylindrical-coordinate representation of color #B74766: hue angle of 343.39º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74766 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 102 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.28 |
| HSL | 343.39º | 0.44% | 0.5% | - |
| HSV(B) | 343.39º | 0.61% | 0.72% | - |
| XYZ | 24.18 | 15.53 | 14.29 | - |
| YUV | 108.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 102 | 0 | 0.61 | 0.44 | 0.28 | 343.39 | 0.44 | 0.5 |
| Hex | B7 | 47 | 66 | 0 | 3D | 2C | 1C | 157 | 2C | 32 |
| Octal | 267 | 107 | 146 | 0 | 75 | 54 | 34 | 527 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1100110 | 0 | 111101 | 101100 | 11100 | 101010111 | 101100 | 110010 |
Color Harmonies of #B74766
Complementary color
Monochromatic Colors of #B74766
Black with #B74766
Text Example
Text Example
White with #B74766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74766; }
p { color: rgb(183,71,102); }
H1.HeaderClassName
{
color: #B74766;
}
.AnyTagClassName
{
color: #B74766;
}
</style>
background-color css
<style>
a { background-color: #B74766; }
a { background-color: rgb(183,71,102); }
div.DivClassName
{
background-color: #B74766;
}
.BgClassName
{
background-color: #B74766;
}
</style>
border-color css
<style>
span { border-color: #B74766; }
span { border-color: rgb(183,71,102); }
td.TdClassName
{
border-color: #B74766;
}
.TagClassName
{
border-color: #B74766;
}
</style>