Shades of Coral Tree #B76C5E
Tints of Coral Tree #B76C5E
RGB
CMYK
RGB Variations
Color information
#B76C5E (or 0xB76C5E) is known color: Coral Tree. HEX triplet: B7, 6C and 5E. RGB value is (183,108,94). Sum of RGB (Red+Green+Blue) = 183+108+94=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C5E is #4893A1. Grayscale: #808080. Windows color (decimal): -4756386 or 6188215. OLE color: 6188215.
HSL color Cylindrical-coordinate representation of color #B76C5E: hue angle of 9.44º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76C5E is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 94 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.28 |
| HSL | 9.44º | 0.38% | 0.54% | - |
| HSV(B) | 9.44º | 0.49% | 0.72% | - |
| XYZ | 26.91 | 21.6 | 13.34 | - |
| YUV | 128.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 94 | 0 | 0.41 | 0.49 | 0.28 | 9.44 | 0.38 | 0.54 |
| Hex | B7 | 6C | 5E | 0 | 29 | 31 | 1C | 9 | 26 | 36 |
| Octal | 267 | 154 | 136 | 0 | 51 | 61 | 34 | 11 | 46 | 66 |
| Binary | 10110111 | 1101100 | 1011110 | 0 | 101001 | 110001 | 11100 | 1001 | 100110 | 110110 |
Color Harmonies of #B76C5E
Complementary color
Monochromatic Colors of #B76C5E
Black with #B76C5E
Text Example
Text Example
White with #B76C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C5E; }
p { color: rgb(183,108,94); }
H1.HeaderClassName
{
color: #B76C5E;
}
.AnyTagClassName
{
color: #B76C5E;
}
</style>
background-color css
<style>
a { background-color: #B76C5E; }
a { background-color: rgb(183,108,94); }
div.DivClassName
{
background-color: #B76C5E;
}
.BgClassName
{
background-color: #B76C5E;
}
</style>
border-color css
<style>
span { border-color: #B76C5E; }
span { border-color: rgb(183,108,94); }
td.TdClassName
{
border-color: #B76C5E;
}
.TagClassName
{
border-color: #B76C5E;
}
</style>