Shades of Coral Tree #B16B62
Tints of Coral Tree #B16B62
RGB
CMYK
RGB Variations
Color information
#B16B62 (or 0xB16B62) is known color: Coral Tree. HEX triplet: B1, 6B and 62. RGB value is (177,107,98). Sum of RGB (Red+Green+Blue) = 177+107+98=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B62 is #4E949D. Grayscale: #7F7F7F. Windows color (decimal): -5149854 or 6450097. OLE color: 6450097.
HSL color Cylindrical-coordinate representation of color #B16B62: hue angle of 6.84º 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 #B16B62 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 98 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.31 |
| HSL | 6.84º | 0.34% | 0.54% | - |
| HSV(B) | 6.84º | 0.45% | 0.69% | - |
| XYZ | 25.59 | 20.74 | 14.21 | - |
| YUV | 126.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 98 | 0 | 0.40 | 0.45 | 0.31 | 6.84 | 0.34 | 0.54 |
| Hex | B1 | 6B | 62 | 0 | 28 | 2D | 1F | 7 | 22 | 36 |
| Octal | 261 | 153 | 142 | 0 | 50 | 55 | 37 | 7 | 42 | 66 |
| Binary | 10110001 | 1101011 | 1100010 | 0 | 101000 | 101101 | 11111 | 111 | 100010 | 110110 |
Color Harmonies of #B16B62
Complementary color
Monochromatic Colors of #B16B62
Black with #B16B62
Text Example
Text Example
White with #B16B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B62; }
p { color: rgb(177,107,98); }
H1.HeaderClassName
{
color: #B16B62;
}
.AnyTagClassName
{
color: #B16B62;
}
</style>
background-color css
<style>
a { background-color: #B16B62; }
a { background-color: rgb(177,107,98); }
div.DivClassName
{
background-color: #B16B62;
}
.BgClassName
{
background-color: #B16B62;
}
</style>
border-color css
<style>
span { border-color: #B16B62; }
span { border-color: rgb(177,107,98); }
td.TdClassName
{
border-color: #B16B62;
}
.TagClassName
{
border-color: #B16B62;
}
</style>