Shades of Coral Tree #B16B66
Tints of Coral Tree #B16B66
RGB
CMYK
RGB Variations
Color information
#B16B66 (or 0xB16B66) is known color: Coral Tree. HEX triplet: B1, 6B and 66. RGB value is (177,107,102). Sum of RGB (Red+Green+Blue) = 177+107+102=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B66 is #4E9499. Grayscale: #7F7F7F. Windows color (decimal): -5149850 or 6712241. OLE color: 6712241.
HSL color Cylindrical-coordinate representation of color #B16B66: hue angle of 4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16B66 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 102 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.31 |
| HSL | 4º | 0.32% | 0.55% | - |
| HSV(B) | 4º | 0.42% | 0.69% | - |
| XYZ | 25.79 | 20.82 | 15.23 | - |
| YUV | 127.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 102 | 0 | 0.40 | 0.42 | 0.31 | 4 | 0.32 | 0.55 |
| Hex | B1 | 6B | 66 | 0 | 28 | 2A | 1F | 4 | 20 | 37 |
| Octal | 261 | 153 | 146 | 0 | 50 | 52 | 37 | 4 | 40 | 67 |
| Binary | 10110001 | 1101011 | 1100110 | 0 | 101000 | 101010 | 11111 | 100 | 100000 | 110111 |
Color Harmonies of #B16B66
Complementary color
Monochromatic Colors of #B16B66
Black with #B16B66
Text Example
Text Example
White with #B16B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B66; }
p { color: rgb(177,107,102); }
H1.HeaderClassName
{
color: #B16B66;
}
.AnyTagClassName
{
color: #B16B66;
}
</style>
background-color css
<style>
a { background-color: #B16B66; }
a { background-color: rgb(177,107,102); }
div.DivClassName
{
background-color: #B16B66;
}
.BgClassName
{
background-color: #B16B66;
}
</style>
border-color css
<style>
span { border-color: #B16B66; }
span { border-color: rgb(177,107,102); }
td.TdClassName
{
border-color: #B16B66;
}
.TagClassName
{
border-color: #B16B66;
}
</style>