Shades of Blush #B74D65
Tints of Blush #B74D65
RGB
CMYK
RGB Variations
Color information
#B74D65 (or 0xB74D65) is known color: Blush. HEX triplet: B7, 4D and 65. RGB value is (183,77,101). Sum of RGB (Red+Green+Blue) = 183+77+101=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D65 is #48B29A. Grayscale: #6F6F6F. Windows color (decimal): -4764315 or 6639031. OLE color: 6639031.
HSL color Cylindrical-coordinate representation of color #B74D65: hue angle of 346.42º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D65 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 101 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.28 |
| HSL | 346.42º | 0.42% | 0.51% | - |
| HSV(B) | 346.42º | 0.58% | 0.72% | - |
| XYZ | 24.53 | 16.31 | 14.17 | - |
| YUV | 111.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 101 | 0 | 0.58 | 0.45 | 0.28 | 346.42 | 0.42 | 0.51 |
| Hex | B7 | 4D | 65 | 0 | 3A | 2D | 1C | 15A | 2A | 33 |
| Octal | 267 | 115 | 145 | 0 | 72 | 55 | 34 | 532 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1100101 | 0 | 111010 | 101101 | 11100 | 101011010 | 101010 | 110011 |
Color Harmonies of #B74D65
Complementary color
Monochromatic Colors of #B74D65
Black with #B74D65
Text Example
Text Example
White with #B74D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D65; }
p { color: rgb(183,77,101); }
H1.HeaderClassName
{
color: #B74D65;
}
.AnyTagClassName
{
color: #B74D65;
}
</style>
background-color css
<style>
a { background-color: #B74D65; }
a { background-color: rgb(183,77,101); }
div.DivClassName
{
background-color: #B74D65;
}
.BgClassName
{
background-color: #B74D65;
}
</style>
border-color css
<style>
span { border-color: #B74D65; }
span { border-color: rgb(183,77,101); }
td.TdClassName
{
border-color: #B74D65;
}
.TagClassName
{
border-color: #B74D65;
}
</style>