Shades of Coral Tree #B16F62
Tints of Coral Tree #B16F62
RGB
CMYK
RGB Variations
Color information
#B16F62 (or 0xB16F62) is known color: Coral Tree. HEX triplet: B1, 6F and 62. RGB value is (177,111,98). Sum of RGB (Red+Green+Blue) = 177+111+98=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F62 is #4E909D. Grayscale: #818181. Windows color (decimal): -5148830 or 6451121. OLE color: 6451121.
HSL color Cylindrical-coordinate representation of color #B16F62: hue angle of 9.87º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16F62 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 98 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.31 |
| HSL | 9.87º | 0.34% | 0.54% | - |
| HSV(B) | 9.87º | 0.45% | 0.69% | - |
| XYZ | 26.02 | 21.6 | 14.35 | - |
| YUV | 129.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 98 | 0 | 0.37 | 0.45 | 0.31 | 9.87 | 0.34 | 0.54 |
| Hex | B1 | 6F | 62 | 0 | 25 | 2D | 1F | A | 22 | 36 |
| Octal | 261 | 157 | 142 | 0 | 45 | 55 | 37 | 12 | 42 | 66 |
| Binary | 10110001 | 1101111 | 1100010 | 0 | 100101 | 101101 | 11111 | 1010 | 100010 | 110110 |
Color Harmonies of #B16F62
Complementary color
Monochromatic Colors of #B16F62
Black with #B16F62
Text Example
Text Example
White with #B16F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F62; }
p { color: rgb(177,111,98); }
H1.HeaderClassName
{
color: #B16F62;
}
.AnyTagClassName
{
color: #B16F62;
}
</style>
background-color css
<style>
a { background-color: #B16F62; }
a { background-color: rgb(177,111,98); }
div.DivClassName
{
background-color: #B16F62;
}
.BgClassName
{
background-color: #B16F62;
}
</style>
border-color css
<style>
span { border-color: #B16F62; }
span { border-color: rgb(177,111,98); }
td.TdClassName
{
border-color: #B16F62;
}
.TagClassName
{
border-color: #B16F62;
}
</style>