Shades of Blush #B74869
Tints of Blush #B74869
RGB
CMYK
RGB Variations
Color information
#B74869 (or 0xB74869) is known color: Blush. HEX triplet: B7, 48 and 69. RGB value is (183,72,105). Sum of RGB (Red+Green+Blue) = 183+72+105=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74869 is #48B796. Grayscale: #6C6C6C. Windows color (decimal): -4765591 or 6899895. OLE color: 6899895.
HSL color Cylindrical-coordinate representation of color #B74869: hue angle of 342.16º 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 #B74869 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 105 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.28 |
| HSL | 342.16º | 0.44% | 0.5% | - |
| HSV(B) | 342.16º | 0.61% | 0.72% | - |
| XYZ | 24.4 | 15.72 | 15.11 | - |
| YUV | 108.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 105 | 0 | 0.61 | 0.43 | 0.28 | 342.16 | 0.44 | 0.5 |
| Hex | B7 | 48 | 69 | 0 | 3D | 2B | 1C | 156 | 2C | 32 |
| Octal | 267 | 110 | 151 | 0 | 75 | 53 | 34 | 526 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1101001 | 0 | 111101 | 101011 | 11100 | 101010110 | 101100 | 110010 |
Color Harmonies of #B74869
Complementary color
Monochromatic Colors of #B74869
Black with #B74869
Text Example
Text Example
White with #B74869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74869; }
p { color: rgb(183,72,105); }
H1.HeaderClassName
{
color: #B74869;
}
.AnyTagClassName
{
color: #B74869;
}
</style>
background-color css
<style>
a { background-color: #B74869; }
a { background-color: rgb(183,72,105); }
div.DivClassName
{
background-color: #B74869;
}
.BgClassName
{
background-color: #B74869;
}
</style>
border-color css
<style>
span { border-color: #B74869; }
span { border-color: rgb(183,72,105); }
td.TdClassName
{
border-color: #B74869;
}
.TagClassName
{
border-color: #B74869;
}
</style>