Shades of Blush #B05366
Tints of Blush #B05366
RGB
CMYK
RGB Variations
Color information
#B05366 (or 0xB05366) is known color: Blush. HEX triplet: B0, 53 and 66. RGB value is (176,83,102). Sum of RGB (Red+Green+Blue) = 176+83+102=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B05366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05366 is #4FAC99. Grayscale: #707070. Windows color (decimal): -5221530 or 6706096. OLE color: 6706096.
HSL color Cylindrical-coordinate representation of color #B05366: hue angle of 347.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05366 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 102 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.31 |
| HSL | 347.74º | 0.37% | 0.51% | - |
| HSV(B) | 347.74º | 0.53% | 0.69% | - |
| XYZ | 23.4 | 16.38 | 14.5 | - |
| YUV | 112.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 102 | 0 | 0.53 | 0.42 | 0.31 | 347.74 | 0.37 | 0.51 |
| Hex | B0 | 53 | 66 | 0 | 35 | 2A | 1F | 15C | 25 | 33 |
| Octal | 260 | 123 | 146 | 0 | 65 | 52 | 37 | 534 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1100110 | 0 | 110101 | 101010 | 11111 | 101011100 | 100101 | 110011 |
Color Harmonies of #B05366
Complementary color
Monochromatic Colors of #B05366
Black with #B05366
Text Example
Text Example
White with #B05366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05366; }
p { color: rgb(176,83,102); }
H1.HeaderClassName
{
color: #B05366;
}
.AnyTagClassName
{
color: #B05366;
}
</style>
background-color css
<style>
a { background-color: #B05366; }
a { background-color: rgb(176,83,102); }
div.DivClassName
{
background-color: #B05366;
}
.BgClassName
{
background-color: #B05366;
}
</style>
border-color css
<style>
span { border-color: #B05366; }
span { border-color: rgb(176,83,102); }
td.TdClassName
{
border-color: #B05366;
}
.TagClassName
{
border-color: #B05366;
}
</style>