Shades of Coral Tree #B16261
Tints of Coral Tree #B16261
RGB
CMYK
RGB Variations
Color information
#B16261 (or 0xB16261) is known color: Coral Tree. HEX triplet: B1, 62 and 61. RGB value is (177,98,97). Sum of RGB (Red+Green+Blue) = 177+98+97=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B16261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16261 is #4E9D9E. Grayscale: #797979. Windows color (decimal): -5152159 or 6382257. OLE color: 6382257.
HSL color Cylindrical-coordinate representation of color #B16261: hue angle of 0.75º 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 #B16261 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 97 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.31 |
| HSL | 0.75º | 0.34% | 0.54% | - |
| HSV(B) | 0.75º | 0.45% | 0.69% | - |
| XYZ | 24.66 | 18.95 | 13.67 | - |
| YUV | 121.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 97 | 0 | 0.45 | 0.45 | 0.31 | 0.75 | 0.34 | 0.54 |
| Hex | B1 | 62 | 61 | 0 | 2D | 2D | 1F | 1 | 22 | 36 |
| Octal | 261 | 142 | 141 | 0 | 55 | 55 | 37 | 1 | 42 | 66 |
| Binary | 10110001 | 1100010 | 1100001 | 0 | 101101 | 101101 | 11111 | 1 | 100010 | 110110 |
Color Harmonies of #B16261
Complementary color
Monochromatic Colors of #B16261
Black with #B16261
Text Example
Text Example
White with #B16261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16261; }
p { color: rgb(177,98,97); }
H1.HeaderClassName
{
color: #B16261;
}
.AnyTagClassName
{
color: #B16261;
}
</style>
background-color css
<style>
a { background-color: #B16261; }
a { background-color: rgb(177,98,97); }
div.DivClassName
{
background-color: #B16261;
}
.BgClassName
{
background-color: #B16261;
}
</style>
border-color css
<style>
span { border-color: #B16261; }
span { border-color: rgb(177,98,97); }
td.TdClassName
{
border-color: #B16261;
}
.TagClassName
{
border-color: #B16261;
}
</style>