Shades of Coral Tree #B17066
Tints of Coral Tree #B17066
RGB
CMYK
RGB Variations
Color information
#B17066 (or 0xB17066) is known color: Coral Tree. HEX triplet: B1, 70 and 66. RGB value is (177,112,102). Sum of RGB (Red+Green+Blue) = 177+112+102=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17066 is #4E8F99. Grayscale: #828282. Windows color (decimal): -5148570 or 6713521. OLE color: 6713521.
HSL color Cylindrical-coordinate representation of color #B17066: hue angle of 8º 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 #B17066 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 102 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.31 |
| HSL | 8º | 0.32% | 0.55% | - |
| HSV(B) | 8º | 0.42% | 0.69% | - |
| XYZ | 26.32 | 21.89 | 15.41 | - |
| YUV | 130.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 102 | 0 | 0.37 | 0.42 | 0.31 | 8 | 0.32 | 0.55 |
| Hex | B1 | 70 | 66 | 0 | 25 | 2A | 1F | 8 | 20 | 37 |
| Octal | 261 | 160 | 146 | 0 | 45 | 52 | 37 | 10 | 40 | 67 |
| Binary | 10110001 | 1110000 | 1100110 | 0 | 100101 | 101010 | 11111 | 1000 | 100000 | 110111 |
Color Harmonies of #B17066
Complementary color
Monochromatic Colors of #B17066
Black with #B17066
Text Example
Text Example
White with #B17066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17066; }
p { color: rgb(177,112,102); }
H1.HeaderClassName
{
color: #B17066;
}
.AnyTagClassName
{
color: #B17066;
}
</style>
background-color css
<style>
a { background-color: #B17066; }
a { background-color: rgb(177,112,102); }
div.DivClassName
{
background-color: #B17066;
}
.BgClassName
{
background-color: #B17066;
}
</style>
border-color css
<style>
span { border-color: #B17066; }
span { border-color: rgb(177,112,102); }
td.TdClassName
{
border-color: #B17066;
}
.TagClassName
{
border-color: #B17066;
}
</style>