Shades of Blush #B05669
Tints of Blush #B05669
RGB
CMYK
RGB Variations
Color information
#B05669 (or 0xB05669) is known color: Blush. HEX triplet: B0, 56 and 69. RGB value is (176,86,105). Sum of RGB (Red+Green+Blue) = 176+86+105=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B05669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05669 is #4FA996. Grayscale: #737373. Windows color (decimal): -5220759 or 6903472. OLE color: 6903472.
HSL color Cylindrical-coordinate representation of color #B05669: hue angle of 347.33º 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 #B05669 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 105 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.31 |
| HSL | 347.33º | 0.36% | 0.51% | - |
| HSV(B) | 347.33º | 0.51% | 0.69% | - |
| XYZ | 23.78 | 16.91 | 15.37 | - |
| YUV | 115.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 105 | 0 | 0.51 | 0.40 | 0.31 | 347.33 | 0.36 | 0.51 |
| Hex | B0 | 56 | 69 | 0 | 33 | 28 | 1F | 15B | 24 | 33 |
| Octal | 260 | 126 | 151 | 0 | 63 | 50 | 37 | 533 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1101001 | 0 | 110011 | 101000 | 11111 | 101011011 | 100100 | 110011 |
Color Harmonies of #B05669
Complementary color
Monochromatic Colors of #B05669
Black with #B05669
Text Example
Text Example
White with #B05669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05669; }
p { color: rgb(176,86,105); }
H1.HeaderClassName
{
color: #B05669;
}
.AnyTagClassName
{
color: #B05669;
}
</style>
background-color css
<style>
a { background-color: #B05669; }
a { background-color: rgb(176,86,105); }
div.DivClassName
{
background-color: #B05669;
}
.BgClassName
{
background-color: #B05669;
}
</style>
border-color css
<style>
span { border-color: #B05669; }
span { border-color: rgb(176,86,105); }
td.TdClassName
{
border-color: #B05669;
}
.TagClassName
{
border-color: #B05669;
}
</style>