Shades of Blush #B74967
Tints of Blush #B74967
RGB
CMYK
RGB Variations
Color information
#B74967 (or 0xB74967) is known color: Blush. HEX triplet: B7, 49 and 67. RGB value is (183,73,103). Sum of RGB (Red+Green+Blue) = 183+73+103=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B74967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74967 is #48B698. Grayscale: #6D6D6D. Windows color (decimal): -4765337 or 6769079. OLE color: 6769079.
HSL color Cylindrical-coordinate representation of color #B74967: hue angle of 343.64º 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 #B74967 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 103 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.28 |
| HSL | 343.64º | 0.43% | 0.5% | - |
| HSV(B) | 343.64º | 0.6% | 0.72% | - |
| XYZ | 24.36 | 15.81 | 14.6 | - |
| YUV | 109.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 103 | 0 | 0.60 | 0.44 | 0.28 | 343.64 | 0.43 | 0.5 |
| Hex | B7 | 49 | 67 | 0 | 3C | 2C | 1C | 158 | 2B | 32 |
| Octal | 267 | 111 | 147 | 0 | 74 | 54 | 34 | 530 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1100111 | 0 | 111100 | 101100 | 11100 | 101011000 | 101011 | 110010 |
Color Harmonies of #B74967
Complementary color
Monochromatic Colors of #B74967
Black with #B74967
Text Example
Text Example
White with #B74967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74967; }
p { color: rgb(183,73,103); }
H1.HeaderClassName
{
color: #B74967;
}
.AnyTagClassName
{
color: #B74967;
}
</style>
background-color css
<style>
a { background-color: #B74967; }
a { background-color: rgb(183,73,103); }
div.DivClassName
{
background-color: #B74967;
}
.BgClassName
{
background-color: #B74967;
}
</style>
border-color css
<style>
span { border-color: #B74967; }
span { border-color: rgb(183,73,103); }
td.TdClassName
{
border-color: #B74967;
}
.TagClassName
{
border-color: #B74967;
}
</style>