Shades of Blush #B05665
Tints of Blush #B05665
RGB
CMYK
RGB Variations
Color information
#B05665 (or 0xB05665) is known color: Blush. HEX triplet: B0, 56 and 65. RGB value is (176,86,101). Sum of RGB (Red+Green+Blue) = 176+86+101=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05665 is #4FA99A. Grayscale: #727272. Windows color (decimal): -5220763 or 6641328. OLE color: 6641328.
HSL color Cylindrical-coordinate representation of color #B05665: hue angle of 350º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05665 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 101 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.31 |
| HSL | 350º | 0.36% | 0.51% | - |
| HSV(B) | 350º | 0.51% | 0.69% | - |
| XYZ | 23.58 | 16.83 | 14.32 | - |
| YUV | 114.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 101 | 0 | 0.51 | 0.43 | 0.31 | 350 | 0.36 | 0.51 |
| Hex | B0 | 56 | 65 | 0 | 33 | 2B | 1F | 15E | 24 | 33 |
| Octal | 260 | 126 | 145 | 0 | 63 | 53 | 37 | 536 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1100101 | 0 | 110011 | 101011 | 11111 | 101011110 | 100100 | 110011 |
Color Harmonies of #B05665
Complementary color
Monochromatic Colors of #B05665
Black with #B05665
Text Example
Text Example
White with #B05665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05665; }
p { color: rgb(176,86,101); }
H1.HeaderClassName
{
color: #B05665;
}
.AnyTagClassName
{
color: #B05665;
}
</style>
background-color css
<style>
a { background-color: #B05665; }
a { background-color: rgb(176,86,101); }
div.DivClassName
{
background-color: #B05665;
}
.BgClassName
{
background-color: #B05665;
}
</style>
border-color css
<style>
span { border-color: #B05665; }
span { border-color: rgb(176,86,101); }
td.TdClassName
{
border-color: #B05665;
}
.TagClassName
{
border-color: #B05665;
}
</style>