Shades of Coral Tree #B0796B
Tints of Coral Tree #B0796B
RGB
CMYK
RGB Variations
Color information
#B0796B (or 0xB0796B) is known color: Coral Tree. HEX triplet: B0, 79 and 6B. RGB value is (176,121,107). Sum of RGB (Red+Green+Blue) = 176+121+107=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0796B is #4F8694. Grayscale: #878787. Windows color (decimal): -5211797 or 7043504. OLE color: 7043504.
HSL color Cylindrical-coordinate representation of color #B0796B: hue angle of 12.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0796B is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 107 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.31 |
| HSL | 12.17º | 0.3% | 0.55% | - |
| HSV(B) | 12.17º | 0.39% | 0.69% | - |
| XYZ | 27.4 | 23.97 | 17.09 | - |
| YUV | 135.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 107 | 0 | 0.31 | 0.39 | 0.31 | 12.17 | 0.3 | 0.55 |
| Hex | B0 | 79 | 6B | 0 | 1F | 27 | 1F | C | 1E | 37 |
| Octal | 260 | 171 | 153 | 0 | 37 | 47 | 37 | 14 | 36 | 67 |
| Binary | 10110000 | 1111001 | 1101011 | 0 | 11111 | 100111 | 11111 | 1100 | 11110 | 110111 |
Color Harmonies of #B0796B
Complementary color
Monochromatic Colors of #B0796B
Black with #B0796B
Text Example
Text Example
White with #B0796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0796B; }
p { color: rgb(176,121,107); }
H1.HeaderClassName
{
color: #B0796B;
}
.AnyTagClassName
{
color: #B0796B;
}
</style>
background-color css
<style>
a { background-color: #B0796B; }
a { background-color: rgb(176,121,107); }
div.DivClassName
{
background-color: #B0796B;
}
.BgClassName
{
background-color: #B0796B;
}
</style>
border-color css
<style>
span { border-color: #B0796B; }
span { border-color: rgb(176,121,107); }
td.TdClassName
{
border-color: #B0796B;
}
.TagClassName
{
border-color: #B0796B;
}
</style>