Shades of Crail #B06056
Tints of Crail #B06056
RGB
CMYK
RGB Variations
Color information
#B06056 (or 0xB06056) is known color: Crail. HEX triplet: B0, 60 and 56. RGB value is (176,96,86). Sum of RGB (Red+Green+Blue) = 176+96+86=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B06056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06056 is #4F9FA9. Grayscale: #767676. Windows color (decimal): -5218218 or 5660848. OLE color: 5660848.
HSL color Cylindrical-coordinate representation of color #B06056: hue angle of 6.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 #B06056 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 86 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.31 |
| HSL | 6.67º | 0.36% | 0.51% | - |
| HSV(B) | 6.67º | 0.51% | 0.69% | - |
| XYZ | 23.77 | 18.27 | 11.08 | - |
| YUV | 118.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 86 | 0 | 0.45 | 0.51 | 0.31 | 6.67 | 0.36 | 0.51 |
| Hex | B0 | 60 | 56 | 0 | 2D | 33 | 1F | 7 | 24 | 33 |
| Octal | 260 | 140 | 126 | 0 | 55 | 63 | 37 | 7 | 44 | 63 |
| Binary | 10110000 | 1100000 | 1010110 | 0 | 101101 | 110011 | 11111 | 111 | 100100 | 110011 |
Color Harmonies of #B06056
Complementary color
Monochromatic Colors of #B06056
Black with #B06056
Text Example
Text Example
White with #B06056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06056; }
p { color: rgb(176,96,86); }
H1.HeaderClassName
{
color: #B06056;
}
.AnyTagClassName
{
color: #B06056;
}
</style>
background-color css
<style>
a { background-color: #B06056; }
a { background-color: rgb(176,96,86); }
div.DivClassName
{
background-color: #B06056;
}
.BgClassName
{
background-color: #B06056;
}
</style>
border-color css
<style>
span { border-color: #B06056; }
span { border-color: rgb(176,96,86); }
td.TdClassName
{
border-color: #B06056;
}
.TagClassName
{
border-color: #B06056;
}
</style>