Shades of Blush #B74668
Tints of Blush #B74668
RGB
CMYK
RGB Variations
Color information
#B74668 (or 0xB74668) is known color: Blush. HEX triplet: B7, 46 and 68. RGB value is (183,70,104). Sum of RGB (Red+Green+Blue) = 183+70+104=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B74668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74668 is #48B997. Grayscale: #6B6B6B. Windows color (decimal): -4766104 or 6833847. OLE color: 6833847.
HSL color Cylindrical-coordinate representation of color #B74668: hue angle of 341.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74668 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 104 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.28 |
| HSL | 341.95º | 0.45% | 0.5% | - |
| HSV(B) | 341.95º | 0.62% | 0.72% | - |
| XYZ | 24.22 | 15.45 | 14.8 | - |
| YUV | 107.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 104 | 0 | 0.62 | 0.43 | 0.28 | 341.95 | 0.45 | 0.5 |
| Hex | B7 | 46 | 68 | 0 | 3E | 2B | 1C | 156 | 2D | 32 |
| Octal | 267 | 106 | 150 | 0 | 76 | 53 | 34 | 526 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1101000 | 0 | 111110 | 101011 | 11100 | 101010110 | 101101 | 110010 |
Color Harmonies of #B74668
Complementary color
Monochromatic Colors of #B74668
Black with #B74668
Text Example
Text Example
White with #B74668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74668; }
p { color: rgb(183,70,104); }
H1.HeaderClassName
{
color: #B74668;
}
.AnyTagClassName
{
color: #B74668;
}
</style>
background-color css
<style>
a { background-color: #B74668; }
a { background-color: rgb(183,70,104); }
div.DivClassName
{
background-color: #B74668;
}
.BgClassName
{
background-color: #B74668;
}
</style>
border-color css
<style>
span { border-color: #B74668; }
span { border-color: rgb(183,70,104); }
td.TdClassName
{
border-color: #B74668;
}
.TagClassName
{
border-color: #B74668;
}
</style>