Shades of Blush #B05268
Tints of Blush #B05268
RGB
CMYK
RGB Variations
Color information
#B05268 (or 0xB05268) is known color: Blush. HEX triplet: B0, 52 and 68. RGB value is (176,82,104). Sum of RGB (Red+Green+Blue) = 176+82+104=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B05268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05268 is #4FAD97. Grayscale: #707070. Windows color (decimal): -5221784 or 6836912. OLE color: 6836912.
HSL color Cylindrical-coordinate representation of color #B05268: hue angle of 345.96º 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 #B05268 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 104 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.31 |
| HSL | 345.96º | 0.37% | 0.51% | - |
| HSV(B) | 345.96º | 0.53% | 0.69% | - |
| XYZ | 23.42 | 16.26 | 15 | - |
| YUV | 112.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 104 | 0 | 0.53 | 0.41 | 0.31 | 345.96 | 0.37 | 0.51 |
| Hex | B0 | 52 | 68 | 0 | 35 | 29 | 1F | 15A | 25 | 33 |
| Octal | 260 | 122 | 150 | 0 | 65 | 51 | 37 | 532 | 45 | 63 |
| Binary | 10110000 | 1010010 | 1101000 | 0 | 110101 | 101001 | 11111 | 101011010 | 100101 | 110011 |
Color Harmonies of #B05268
Complementary color
Monochromatic Colors of #B05268
Black with #B05268
Text Example
Text Example
White with #B05268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05268; }
p { color: rgb(176,82,104); }
H1.HeaderClassName
{
color: #B05268;
}
.AnyTagClassName
{
color: #B05268;
}
</style>
background-color css
<style>
a { background-color: #B05268; }
a { background-color: rgb(176,82,104); }
div.DivClassName
{
background-color: #B05268;
}
.BgClassName
{
background-color: #B05268;
}
</style>
border-color css
<style>
span { border-color: #B05268; }
span { border-color: rgb(176,82,104); }
td.TdClassName
{
border-color: #B05268;
}
.TagClassName
{
border-color: #B05268;
}
</style>