Shades of Coral Tree #B76D5B
Tints of Coral Tree #B76D5B
RGB
CMYK
RGB Variations
Color information
#B76D5B (or 0xB76D5B) is known color: Coral Tree. HEX triplet: B7, 6D and 5B. RGB value is (183,109,91). Sum of RGB (Red+Green+Blue) = 183+109+91=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D5B is #4892A4. Grayscale: #818181. Windows color (decimal): -4756133 or 5991863. OLE color: 5991863.
HSL color Cylindrical-coordinate representation of color #B76D5B: hue angle of 11.74º 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 #B76D5B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 91 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.28 |
| HSL | 11.74º | 0.39% | 0.54% | - |
| HSV(B) | 11.74º | 0.5% | 0.72% | - |
| XYZ | 26.89 | 21.76 | 12.68 | - |
| YUV | 129.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 91 | 0 | 0.40 | 0.50 | 0.28 | 11.74 | 0.39 | 0.54 |
| Hex | B7 | 6D | 5B | 0 | 28 | 32 | 1C | C | 27 | 36 |
| Octal | 267 | 155 | 133 | 0 | 50 | 62 | 34 | 14 | 47 | 66 |
| Binary | 10110111 | 1101101 | 1011011 | 0 | 101000 | 110010 | 11100 | 1100 | 100111 | 110110 |
Color Harmonies of #B76D5B
Complementary color
Monochromatic Colors of #B76D5B
Black with #B76D5B
Text Example
Text Example
White with #B76D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D5B; }
p { color: rgb(183,109,91); }
H1.HeaderClassName
{
color: #B76D5B;
}
.AnyTagClassName
{
color: #B76D5B;
}
</style>
background-color css
<style>
a { background-color: #B76D5B; }
a { background-color: rgb(183,109,91); }
div.DivClassName
{
background-color: #B76D5B;
}
.BgClassName
{
background-color: #B76D5B;
}
</style>
border-color css
<style>
span { border-color: #B76D5B; }
span { border-color: rgb(183,109,91); }
td.TdClassName
{
border-color: #B76D5B;
}
.TagClassName
{
border-color: #B76D5B;
}
</style>