Shades of Blush #B05C64
Tints of Blush #B05C64
RGB
CMYK
RGB Variations
Color information
#B05C64 (or 0xB05C64) is known color: Blush. HEX triplet: B0, 5C and 64. RGB value is (176,92,100). Sum of RGB (Red+Green+Blue) = 176+92+100=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C64 is #4FA39B. Grayscale: #767676. Windows color (decimal): -5219228 or 6577328. OLE color: 6577328.
HSL color Cylindrical-coordinate representation of color #B05C64: hue angle of 354.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C64 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 100 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.31 |
| HSL | 354.29º | 0.35% | 0.53% | - |
| HSV(B) | 354.29º | 0.48% | 0.69% | - |
| XYZ | 24.03 | 17.8 | 14.23 | - |
| YUV | 118.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 100 | 0 | 0.48 | 0.43 | 0.31 | 354.29 | 0.35 | 0.53 |
| Hex | B0 | 5C | 64 | 0 | 30 | 2B | 1F | 162 | 23 | 35 |
| Octal | 260 | 134 | 144 | 0 | 60 | 53 | 37 | 542 | 43 | 65 |
| Binary | 10110000 | 1011100 | 1100100 | 0 | 110000 | 101011 | 11111 | 101100010 | 100011 | 110101 |
Color Harmonies of #B05C64
Complementary color
Monochromatic Colors of #B05C64
Black with #B05C64
Text Example
Text Example
White with #B05C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C64; }
p { color: rgb(176,92,100); }
H1.HeaderClassName
{
color: #B05C64;
}
.AnyTagClassName
{
color: #B05C64;
}
</style>
background-color css
<style>
a { background-color: #B05C64; }
a { background-color: rgb(176,92,100); }
div.DivClassName
{
background-color: #B05C64;
}
.BgClassName
{
background-color: #B05C64;
}
</style>
border-color css
<style>
span { border-color: #B05C64; }
span { border-color: rgb(176,92,100); }
td.TdClassName
{
border-color: #B05C64;
}
.TagClassName
{
border-color: #B05C64;
}
</style>