Shades of Blush #B05667
Tints of Blush #B05667
RGB
CMYK
RGB Variations
Color information
#B05667 (or 0xB05667) is known color: Blush. HEX triplet: B0, 56 and 67. RGB value is (176,86,103). Sum of RGB (Red+Green+Blue) = 176+86+103=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B05667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05667 is #4FA998. Grayscale: #727272. Windows color (decimal): -5220761 or 6772400. OLE color: 6772400.
HSL color Cylindrical-coordinate representation of color #B05667: hue angle of 348.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05667 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 103 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.31 |
| HSL | 348.67º | 0.36% | 0.51% | - |
| HSV(B) | 348.67º | 0.51% | 0.69% | - |
| XYZ | 23.68 | 16.86 | 14.84 | - |
| YUV | 114.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 103 | 0 | 0.51 | 0.41 | 0.31 | 348.67 | 0.36 | 0.51 |
| Hex | B0 | 56 | 67 | 0 | 33 | 29 | 1F | 15D | 24 | 33 |
| Octal | 260 | 126 | 147 | 0 | 63 | 51 | 37 | 535 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1100111 | 0 | 110011 | 101001 | 11111 | 101011101 | 100100 | 110011 |
Color Harmonies of #B05667
Complementary color
Monochromatic Colors of #B05667
Black with #B05667
Text Example
Text Example
White with #B05667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05667; }
p { color: rgb(176,86,103); }
H1.HeaderClassName
{
color: #B05667;
}
.AnyTagClassName
{
color: #B05667;
}
</style>
background-color css
<style>
a { background-color: #B05667; }
a { background-color: rgb(176,86,103); }
div.DivClassName
{
background-color: #B05667;
}
.BgClassName
{
background-color: #B05667;
}
</style>
border-color css
<style>
span { border-color: #B05667; }
span { border-color: rgb(176,86,103); }
td.TdClassName
{
border-color: #B05667;
}
.TagClassName
{
border-color: #B05667;
}
</style>