Shades of Blush #B05369
Tints of Blush #B05369
RGB
CMYK
RGB Variations
Color information
#B05369 (or 0xB05369) is known color: Blush. HEX triplet: B0, 53 and 69. RGB value is (176,83,105). Sum of RGB (Red+Green+Blue) = 176+83+105=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B05369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05369 is #4FAC96. Grayscale: #717171. Windows color (decimal): -5221527 or 6902704. OLE color: 6902704.
HSL color Cylindrical-coordinate representation of color #B05369: hue angle of 345.81º 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 #B05369 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 105 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.31 |
| HSL | 345.81º | 0.37% | 0.51% | - |
| HSV(B) | 345.81º | 0.53% | 0.69% | - |
| XYZ | 23.55 | 16.44 | 15.3 | - |
| YUV | 113.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 105 | 0 | 0.53 | 0.40 | 0.31 | 345.81 | 0.37 | 0.51 |
| Hex | B0 | 53 | 69 | 0 | 35 | 28 | 1F | 15A | 25 | 33 |
| Octal | 260 | 123 | 151 | 0 | 65 | 50 | 37 | 532 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1101001 | 0 | 110101 | 101000 | 11111 | 101011010 | 100101 | 110011 |
Color Harmonies of #B05369
Complementary color
Monochromatic Colors of #B05369
Black with #B05369
Text Example
Text Example
White with #B05369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05369; }
p { color: rgb(176,83,105); }
H1.HeaderClassName
{
color: #B05369;
}
.AnyTagClassName
{
color: #B05369;
}
</style>
background-color css
<style>
a { background-color: #B05369; }
a { background-color: rgb(176,83,105); }
div.DivClassName
{
background-color: #B05369;
}
.BgClassName
{
background-color: #B05369;
}
</style>
border-color css
<style>
span { border-color: #B05369; }
span { border-color: rgb(176,83,105); }
td.TdClassName
{
border-color: #B05369;
}
.TagClassName
{
border-color: #B05369;
}
</style>