Shades of Coral Tree #B0796D
Tints of Coral Tree #B0796D
RGB
CMYK
RGB Variations
Color information
#B0796D (or 0xB0796D) is known color: Coral Tree. HEX triplet: B0, 79 and 6D. RGB value is (176,121,109). Sum of RGB (Red+Green+Blue) = 176+121+109=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0796D is #4F8692. Grayscale: #888888. Windows color (decimal): -5211795 or 7174576. OLE color: 7174576.
HSL color Cylindrical-coordinate representation of color #B0796D: hue angle of 10.75º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0796D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 109 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.31 |
| HSL | 10.75º | 0.3% | 0.56% | - |
| HSV(B) | 10.75º | 0.38% | 0.69% | - |
| XYZ | 27.5 | 24.01 | 17.65 | - |
| YUV | 136.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 109 | 0 | 0.31 | 0.38 | 0.31 | 10.75 | 0.3 | 0.56 |
| Hex | B0 | 79 | 6D | 0 | 1F | 26 | 1F | B | 1E | 38 |
| Octal | 260 | 171 | 155 | 0 | 37 | 46 | 37 | 13 | 36 | 70 |
| Binary | 10110000 | 1111001 | 1101101 | 0 | 11111 | 100110 | 11111 | 1011 | 11110 | 111000 |
Color Harmonies of #B0796D
Complementary color
Monochromatic Colors of #B0796D
Black with #B0796D
Text Example
Text Example
White with #B0796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0796D; }
p { color: rgb(176,121,109); }
H1.HeaderClassName
{
color: #B0796D;
}
.AnyTagClassName
{
color: #B0796D;
}
</style>
background-color css
<style>
a { background-color: #B0796D; }
a { background-color: rgb(176,121,109); }
div.DivClassName
{
background-color: #B0796D;
}
.BgClassName
{
background-color: #B0796D;
}
</style>
border-color css
<style>
span { border-color: #B0796D; }
span { border-color: rgb(176,121,109); }
td.TdClassName
{
border-color: #B0796D;
}
.TagClassName
{
border-color: #B0796D;
}
</style>