Shades of Crail #B06052
Tints of Crail #B06052
RGB
CMYK
RGB Variations
Color information
#B06052 (or 0xB06052) is known color: Crail. HEX triplet: B0, 60 and 52. RGB value is (176,96,82). Sum of RGB (Red+Green+Blue) = 176+96+82=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06052 is #4F9FAD. Grayscale: #767676. Windows color (decimal): -5218222 or 5398704. OLE color: 5398704.
HSL color Cylindrical-coordinate representation of color #B06052: hue angle of 8.94º 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 #B06052 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 82 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.31 |
| HSL | 8.94º | 0.37% | 0.51% | - |
| HSV(B) | 8.94º | 0.53% | 0.69% | - |
| XYZ | 23.61 | 18.21 | 10.25 | - |
| YUV | 118.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 82 | 0 | 0.45 | 0.53 | 0.31 | 8.94 | 0.37 | 0.51 |
| Hex | B0 | 60 | 52 | 0 | 2D | 35 | 1F | 9 | 25 | 33 |
| Octal | 260 | 140 | 122 | 0 | 55 | 65 | 37 | 11 | 45 | 63 |
| Binary | 10110000 | 1100000 | 1010010 | 0 | 101101 | 110101 | 11111 | 1001 | 100101 | 110011 |
Color Harmonies of #B06052
Complementary color
Monochromatic Colors of #B06052
Black with #B06052
Text Example
Text Example
White with #B06052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06052; }
p { color: rgb(176,96,82); }
H1.HeaderClassName
{
color: #B06052;
}
.AnyTagClassName
{
color: #B06052;
}
</style>
background-color css
<style>
a { background-color: #B06052; }
a { background-color: rgb(176,96,82); }
div.DivClassName
{
background-color: #B06052;
}
.BgClassName
{
background-color: #B06052;
}
</style>
border-color css
<style>
span { border-color: #B06052; }
span { border-color: rgb(176,96,82); }
td.TdClassName
{
border-color: #B06052;
}
.TagClassName
{
border-color: #B06052;
}
</style>