Shades of Blush #B74969
Tints of Blush #B74969
RGB
CMYK
RGB Variations
Color information
#B74969 (or 0xB74969) is known color: Blush. HEX triplet: B7, 49 and 69. RGB value is (183,73,105). Sum of RGB (Red+Green+Blue) = 183+73+105=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74969 is #48B696. Grayscale: #6D6D6D. Windows color (decimal): -4765335 or 6900151. OLE color: 6900151.
HSL color Cylindrical-coordinate representation of color #B74969: hue angle of 342.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74969 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 105 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.28 |
| HSL | 342.55º | 0.43% | 0.5% | - |
| HSV(B) | 342.55º | 0.6% | 0.72% | - |
| XYZ | 24.46 | 15.85 | 15.14 | - |
| YUV | 109.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 105 | 0 | 0.60 | 0.43 | 0.28 | 342.55 | 0.43 | 0.5 |
| Hex | B7 | 49 | 69 | 0 | 3C | 2B | 1C | 157 | 2B | 32 |
| Octal | 267 | 111 | 151 | 0 | 74 | 53 | 34 | 527 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1101001 | 0 | 111100 | 101011 | 11100 | 101010111 | 101011 | 110010 |
Color Harmonies of #B74969
Complementary color
Monochromatic Colors of #B74969
Black with #B74969
Text Example
Text Example
White with #B74969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74969; }
p { color: rgb(183,73,105); }
H1.HeaderClassName
{
color: #B74969;
}
.AnyTagClassName
{
color: #B74969;
}
</style>
background-color css
<style>
a { background-color: #B74969; }
a { background-color: rgb(183,73,105); }
div.DivClassName
{
background-color: #B74969;
}
.BgClassName
{
background-color: #B74969;
}
</style>
border-color css
<style>
span { border-color: #B74969; }
span { border-color: rgb(183,73,105); }
td.TdClassName
{
border-color: #B74969;
}
.TagClassName
{
border-color: #B74969;
}
</style>