Shades of Blush #B74765
Tints of Blush #B74765
RGB
CMYK
RGB Variations
Color information
#B74765 (or 0xB74765) is known color: Blush. HEX triplet: B7, 47 and 65. RGB value is (183,71,101). Sum of RGB (Red+Green+Blue) = 183+71+101=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B74765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74765 is #48B89A. Grayscale: #6B6B6B. Windows color (decimal): -4765851 or 6637495. OLE color: 6637495.
HSL color Cylindrical-coordinate representation of color #B74765: hue angle of 343.93º 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 #B74765 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 101 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.28 |
| HSL | 343.93º | 0.44% | 0.5% | - |
| HSV(B) | 343.93º | 0.61% | 0.72% | - |
| XYZ | 24.13 | 15.51 | 14.03 | - |
| YUV | 107.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 101 | 0 | 0.61 | 0.45 | 0.28 | 343.93 | 0.44 | 0.5 |
| Hex | B7 | 47 | 65 | 0 | 3D | 2D | 1C | 158 | 2C | 32 |
| Octal | 267 | 107 | 145 | 0 | 75 | 55 | 34 | 530 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1100101 | 0 | 111101 | 101101 | 11100 | 101011000 | 101100 | 110010 |
Color Harmonies of #B74765
Complementary color
Monochromatic Colors of #B74765
Black with #B74765
Text Example
Text Example
White with #B74765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74765; }
p { color: rgb(183,71,101); }
H1.HeaderClassName
{
color: #B74765;
}
.AnyTagClassName
{
color: #B74765;
}
</style>
background-color css
<style>
a { background-color: #B74765; }
a { background-color: rgb(183,71,101); }
div.DivClassName
{
background-color: #B74765;
}
.BgClassName
{
background-color: #B74765;
}
</style>
border-color css
<style>
span { border-color: #B74765; }
span { border-color: rgb(183,71,101); }
td.TdClassName
{
border-color: #B74765;
}
.TagClassName
{
border-color: #B74765;
}
</style>