Shades of Blush #B05269
Tints of Blush #B05269
RGB
CMYK
RGB Variations
Color information
#B05269 (or 0xB05269) is known color: Blush. HEX triplet: B0, 52 and 69. RGB value is (176,82,105). Sum of RGB (Red+Green+Blue) = 176+82+105=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05269 is #4FAD96. Grayscale: #707070. Windows color (decimal): -5221783 or 6902448. OLE color: 6902448.
HSL color Cylindrical-coordinate representation of color #B05269: hue angle of 345.32º 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 #B05269 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 105 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.31 |
| HSL | 345.32º | 0.37% | 0.51% | - |
| HSV(B) | 345.32º | 0.53% | 0.69% | - |
| XYZ | 23.47 | 16.28 | 15.27 | - |
| YUV | 112.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 105 | 0 | 0.53 | 0.40 | 0.31 | 345.32 | 0.37 | 0.51 |
| Hex | B0 | 52 | 69 | 0 | 35 | 28 | 1F | 159 | 25 | 33 |
| Octal | 260 | 122 | 151 | 0 | 65 | 50 | 37 | 531 | 45 | 63 |
| Binary | 10110000 | 1010010 | 1101001 | 0 | 110101 | 101000 | 11111 | 101011001 | 100101 | 110011 |
Color Harmonies of #B05269
Complementary color
Monochromatic Colors of #B05269
Black with #B05269
Text Example
Text Example
White with #B05269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05269; }
p { color: rgb(176,82,105); }
H1.HeaderClassName
{
color: #B05269;
}
.AnyTagClassName
{
color: #B05269;
}
</style>
background-color css
<style>
a { background-color: #B05269; }
a { background-color: rgb(176,82,105); }
div.DivClassName
{
background-color: #B05269;
}
.BgClassName
{
background-color: #B05269;
}
</style>
border-color css
<style>
span { border-color: #B05269; }
span { border-color: rgb(176,82,105); }
td.TdClassName
{
border-color: #B05269;
}
.TagClassName
{
border-color: #B05269;
}
</style>