Shades of Blush #B04D65
Tints of Blush #B04D65
RGB
CMYK
RGB Variations
Color information
#B04D65 (or 0xB04D65) is known color: Blush. HEX triplet: B0, 4D and 65. RGB value is (176,77,101). Sum of RGB (Red+Green+Blue) = 176+77+101=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D65 is #4FB29A. Grayscale: #6D6D6D. Windows color (decimal): -5223067 or 6639024. OLE color: 6639024.
HSL color Cylindrical-coordinate representation of color #B04D65: hue angle of 345.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D65 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 101 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.31 |
| HSL | 345.45º | 0.39% | 0.5% | - |
| HSV(B) | 345.45º | 0.56% | 0.69% | - |
| XYZ | 22.91 | 15.48 | 14.09 | - |
| YUV | 109.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 101 | 0 | 0.56 | 0.43 | 0.31 | 345.45 | 0.39 | 0.5 |
| Hex | B0 | 4D | 65 | 0 | 38 | 2B | 1F | 159 | 27 | 32 |
| Octal | 260 | 115 | 145 | 0 | 70 | 53 | 37 | 531 | 47 | 62 |
| Binary | 10110000 | 1001101 | 1100101 | 0 | 111000 | 101011 | 11111 | 101011001 | 100111 | 110010 |
Color Harmonies of #B04D65
Complementary color
Monochromatic Colors of #B04D65
Black with #B04D65
Text Example
Text Example
White with #B04D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D65; }
p { color: rgb(176,77,101); }
H1.HeaderClassName
{
color: #B04D65;
}
.AnyTagClassName
{
color: #B04D65;
}
</style>
background-color css
<style>
a { background-color: #B04D65; }
a { background-color: rgb(176,77,101); }
div.DivClassName
{
background-color: #B04D65;
}
.BgClassName
{
background-color: #B04D65;
}
</style>
border-color css
<style>
span { border-color: #B04D65; }
span { border-color: rgb(176,77,101); }
td.TdClassName
{
border-color: #B04D65;
}
.TagClassName
{
border-color: #B04D65;
}
</style>