Shades of Coral Tree #B16766
Tints of Coral Tree #B16766
RGB
CMYK
RGB Variations
Color information
#B16766 (or 0xB16766) is known color: Coral Tree. HEX triplet: B1, 67 and 66. RGB value is (177,103,102). Sum of RGB (Red+Green+Blue) = 177+103+102=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B16766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16766 is #4E9899. Grayscale: #7D7D7D. Windows color (decimal): -5150874 or 6711217. OLE color: 6711217.
HSL color Cylindrical-coordinate representation of color #B16766: hue angle of 0.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 #B16766 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 102 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.31 |
| HSL | 0.8º | 0.32% | 0.55% | - |
| HSV(B) | 0.8º | 0.42% | 0.69% | - |
| XYZ | 25.38 | 20.01 | 15.09 | - |
| YUV | 125.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 102 | 0 | 0.42 | 0.42 | 0.31 | 0.8 | 0.32 | 0.55 |
| Hex | B1 | 67 | 66 | 0 | 2A | 2A | 1F | 1 | 20 | 37 |
| Octal | 261 | 147 | 146 | 0 | 52 | 52 | 37 | 1 | 40 | 67 |
| Binary | 10110001 | 1100111 | 1100110 | 0 | 101010 | 101010 | 11111 | 1 | 100000 | 110111 |
Color Harmonies of #B16766
Complementary color
Monochromatic Colors of #B16766
Black with #B16766
Text Example
Text Example
White with #B16766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16766; }
p { color: rgb(177,103,102); }
H1.HeaderClassName
{
color: #B16766;
}
.AnyTagClassName
{
color: #B16766;
}
</style>
background-color css
<style>
a { background-color: #B16766; }
a { background-color: rgb(177,103,102); }
div.DivClassName
{
background-color: #B16766;
}
.BgClassName
{
background-color: #B16766;
}
</style>
border-color css
<style>
span { border-color: #B16766; }
span { border-color: rgb(177,103,102); }
td.TdClassName
{
border-color: #B16766;
}
.TagClassName
{
border-color: #B16766;
}
</style>