Shades of Coral Tree #B76C5B
Tints of Coral Tree #B76C5B
RGB
CMYK
RGB Variations
Color information
#B76C5B (or 0xB76C5B) is known color: Coral Tree. HEX triplet: B7, 6C and 5B. RGB value is (183,108,91). Sum of RGB (Red+Green+Blue) = 183+108+91=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C5B is #4893A4. Grayscale: #808080. Windows color (decimal): -4756389 or 5991607. OLE color: 5991607.
HSL color Cylindrical-coordinate representation of color #B76C5B: hue angle of 11.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76C5B is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 91 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.28 |
| HSL | 11.09º | 0.39% | 0.54% | - |
| HSV(B) | 11.09º | 0.5% | 0.72% | - |
| XYZ | 26.78 | 21.55 | 12.65 | - |
| YUV | 128.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 91 | 0 | 0.41 | 0.50 | 0.28 | 11.09 | 0.39 | 0.54 |
| Hex | B7 | 6C | 5B | 0 | 29 | 32 | 1C | B | 27 | 36 |
| Octal | 267 | 154 | 133 | 0 | 51 | 62 | 34 | 13 | 47 | 66 |
| Binary | 10110111 | 1101100 | 1011011 | 0 | 101001 | 110010 | 11100 | 1011 | 100111 | 110110 |
Color Harmonies of #B76C5B
Complementary color
Monochromatic Colors of #B76C5B
Black with #B76C5B
Text Example
Text Example
White with #B76C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C5B; }
p { color: rgb(183,108,91); }
H1.HeaderClassName
{
color: #B76C5B;
}
.AnyTagClassName
{
color: #B76C5B;
}
</style>
background-color css
<style>
a { background-color: #B76C5B; }
a { background-color: rgb(183,108,91); }
div.DivClassName
{
background-color: #B76C5B;
}
.BgClassName
{
background-color: #B76C5B;
}
</style>
border-color css
<style>
span { border-color: #B76C5B; }
span { border-color: rgb(183,108,91); }
td.TdClassName
{
border-color: #B76C5B;
}
.TagClassName
{
border-color: #B76C5B;
}
</style>