Shades of Blush #B05A64
Tints of Blush #B05A64
RGB
CMYK
RGB Variations
Color information
#B05A64 (or 0xB05A64) is known color: Blush. HEX triplet: B0, 5A and 64. RGB value is (176,90,100). Sum of RGB (Red+Green+Blue) = 176+90+100=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A64 is #4FA59B. Grayscale: #747474. Windows color (decimal): -5219740 or 6576816. OLE color: 6576816.
HSL color Cylindrical-coordinate representation of color #B05A64: hue angle of 353.02º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A64 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 100 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.31 |
| HSL | 353.02º | 0.35% | 0.52% | - |
| HSV(B) | 353.02º | 0.49% | 0.69% | - |
| XYZ | 23.86 | 17.46 | 14.17 | - |
| YUV | 116.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 100 | 0 | 0.49 | 0.43 | 0.31 | 353.02 | 0.35 | 0.52 |
| Hex | B0 | 5A | 64 | 0 | 31 | 2B | 1F | 161 | 23 | 34 |
| Octal | 260 | 132 | 144 | 0 | 61 | 53 | 37 | 541 | 43 | 64 |
| Binary | 10110000 | 1011010 | 1100100 | 0 | 110001 | 101011 | 11111 | 101100001 | 100011 | 110100 |
Color Harmonies of #B05A64
Complementary color
Monochromatic Colors of #B05A64
Black with #B05A64
Text Example
Text Example
White with #B05A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A64; }
p { color: rgb(176,90,100); }
H1.HeaderClassName
{
color: #B05A64;
}
.AnyTagClassName
{
color: #B05A64;
}
</style>
background-color css
<style>
a { background-color: #B05A64; }
a { background-color: rgb(176,90,100); }
div.DivClassName
{
background-color: #B05A64;
}
.BgClassName
{
background-color: #B05A64;
}
</style>
border-color css
<style>
span { border-color: #B05A64; }
span { border-color: rgb(176,90,100); }
td.TdClassName
{
border-color: #B05A64;
}
.TagClassName
{
border-color: #B05A64;
}
</style>