Shades of Blush #B74867
Tints of Blush #B74867
RGB
CMYK
RGB Variations
Color information
#B74867 (or 0xB74867) is known color: Blush. HEX triplet: B7, 48 and 67. RGB value is (183,72,103). Sum of RGB (Red+Green+Blue) = 183+72+103=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B74867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74867 is #48B798. Grayscale: #6C6C6C. Windows color (decimal): -4765593 or 6768823. OLE color: 6768823.
HSL color Cylindrical-coordinate representation of color #B74867: hue angle of 343.24º 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 #B74867 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 103 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.28 |
| HSL | 343.24º | 0.44% | 0.5% | - |
| HSV(B) | 343.24º | 0.61% | 0.72% | - |
| XYZ | 24.29 | 15.68 | 14.58 | - |
| YUV | 108.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 103 | 0 | 0.61 | 0.44 | 0.28 | 343.24 | 0.44 | 0.5 |
| Hex | B7 | 48 | 67 | 0 | 3D | 2C | 1C | 157 | 2C | 32 |
| Octal | 267 | 110 | 147 | 0 | 75 | 54 | 34 | 527 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1100111 | 0 | 111101 | 101100 | 11100 | 101010111 | 101100 | 110010 |
Color Harmonies of #B74867
Complementary color
Monochromatic Colors of #B74867
Black with #B74867
Text Example
Text Example
White with #B74867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74867; }
p { color: rgb(183,72,103); }
H1.HeaderClassName
{
color: #B74867;
}
.AnyTagClassName
{
color: #B74867;
}
</style>
background-color css
<style>
a { background-color: #B74867; }
a { background-color: rgb(183,72,103); }
div.DivClassName
{
background-color: #B74867;
}
.BgClassName
{
background-color: #B74867;
}
</style>
border-color css
<style>
span { border-color: #B74867; }
span { border-color: rgb(183,72,103); }
td.TdClassName
{
border-color: #B74867;
}
.TagClassName
{
border-color: #B74867;
}
</style>