Shades of Blush #B05066
Tints of Blush #B05066
RGB
CMYK
RGB Variations
Color information
#B05066 (or 0xB05066) is known color: Blush. HEX triplet: B0, 50 and 66. RGB value is (176,80,102). Sum of RGB (Red+Green+Blue) = 176+80+102=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05066 is #4FAF99. Grayscale: #6F6F6F. Windows color (decimal): -5222298 or 6705328. OLE color: 6705328.
HSL color Cylindrical-coordinate representation of color #B05066: hue angle of 346.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05066 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 102 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.31 |
| HSL | 346.25º | 0.38% | 0.5% | - |
| HSV(B) | 346.25º | 0.55% | 0.69% | - |
| XYZ | 23.17 | 15.93 | 14.42 | - |
| YUV | 111.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 102 | 0 | 0.55 | 0.42 | 0.31 | 346.25 | 0.38 | 0.5 |
| Hex | B0 | 50 | 66 | 0 | 37 | 2A | 1F | 15A | 26 | 32 |
| Octal | 260 | 120 | 146 | 0 | 67 | 52 | 37 | 532 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1100110 | 0 | 110111 | 101010 | 11111 | 101011010 | 100110 | 110010 |
Color Harmonies of #B05066
Complementary color
Monochromatic Colors of #B05066
Black with #B05066
Text Example
Text Example
White with #B05066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05066; }
p { color: rgb(176,80,102); }
H1.HeaderClassName
{
color: #B05066;
}
.AnyTagClassName
{
color: #B05066;
}
</style>
background-color css
<style>
a { background-color: #B05066; }
a { background-color: rgb(176,80,102); }
div.DivClassName
{
background-color: #B05066;
}
.BgClassName
{
background-color: #B05066;
}
</style>
border-color css
<style>
span { border-color: #B05066; }
span { border-color: rgb(176,80,102); }
td.TdClassName
{
border-color: #B05066;
}
.TagClassName
{
border-color: #B05066;
}
</style>