Shades of Blush #B05D64
Tints of Blush #B05D64
RGB
CMYK
RGB Variations
Color information
#B05D64 (or 0xB05D64) is known color: Blush. HEX triplet: B0, 5D and 64. RGB value is (176,93,100). Sum of RGB (Red+Green+Blue) = 176+93+100=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D64 is #4FA29B. Grayscale: #767676. Windows color (decimal): -5218972 or 6577584. OLE color: 6577584.
HSL color Cylindrical-coordinate representation of color #B05D64: hue angle of 354.94º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D64 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 100 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.31 |
| HSL | 354.94º | 0.34% | 0.53% | - |
| HSV(B) | 354.94º | 0.47% | 0.69% | - |
| XYZ | 24.12 | 17.98 | 14.26 | - |
| YUV | 118.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 100 | 0 | 0.47 | 0.43 | 0.31 | 354.94 | 0.34 | 0.53 |
| Hex | B0 | 5D | 64 | 0 | 2F | 2B | 1F | 163 | 22 | 35 |
| Octal | 260 | 135 | 144 | 0 | 57 | 53 | 37 | 543 | 42 | 65 |
| Binary | 10110000 | 1011101 | 1100100 | 0 | 101111 | 101011 | 11111 | 101100011 | 100010 | 110101 |
Color Harmonies of #B05D64
Complementary color
Monochromatic Colors of #B05D64
Black with #B05D64
Text Example
Text Example
White with #B05D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D64; }
p { color: rgb(176,93,100); }
H1.HeaderClassName
{
color: #B05D64;
}
.AnyTagClassName
{
color: #B05D64;
}
</style>
background-color css
<style>
a { background-color: #B05D64; }
a { background-color: rgb(176,93,100); }
div.DivClassName
{
background-color: #B05D64;
}
.BgClassName
{
background-color: #B05D64;
}
</style>
border-color css
<style>
span { border-color: #B05D64; }
span { border-color: rgb(176,93,100); }
td.TdClassName
{
border-color: #B05D64;
}
.TagClassName
{
border-color: #B05D64;
}
</style>