Shades of Coral Tree #B76E5C
Tints of Coral Tree #B76E5C
RGB
CMYK
RGB Variations
Color information
#B76E5C (or 0xB76E5C) is known color: Coral Tree. HEX triplet: B7, 6E and 5C. RGB value is (183,110,92). Sum of RGB (Red+Green+Blue) = 183+110+92=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E5C is #4891A3. Grayscale: #818181. Windows color (decimal): -4755876 or 6057655. OLE color: 6057655.
HSL color Cylindrical-coordinate representation of color #B76E5C: hue angle of 11.87º 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 #B76E5C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 92 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.28 |
| HSL | 11.87º | 0.39% | 0.54% | - |
| HSV(B) | 11.87º | 0.5% | 0.72% | - |
| XYZ | 27.04 | 21.99 | 12.95 | - |
| YUV | 129.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 92 | 0 | 0.40 | 0.50 | 0.28 | 11.87 | 0.39 | 0.54 |
| Hex | B7 | 6E | 5C | 0 | 28 | 32 | 1C | C | 27 | 36 |
| Octal | 267 | 156 | 134 | 0 | 50 | 62 | 34 | 14 | 47 | 66 |
| Binary | 10110111 | 1101110 | 1011100 | 0 | 101000 | 110010 | 11100 | 1100 | 100111 | 110110 |
Color Harmonies of #B76E5C
Complementary color
Monochromatic Colors of #B76E5C
Black with #B76E5C
Text Example
Text Example
White with #B76E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E5C; }
p { color: rgb(183,110,92); }
H1.HeaderClassName
{
color: #B76E5C;
}
.AnyTagClassName
{
color: #B76E5C;
}
</style>
background-color css
<style>
a { background-color: #B76E5C; }
a { background-color: rgb(183,110,92); }
div.DivClassName
{
background-color: #B76E5C;
}
.BgClassName
{
background-color: #B76E5C;
}
</style>
border-color css
<style>
span { border-color: #B76E5C; }
span { border-color: rgb(183,110,92); }
td.TdClassName
{
border-color: #B76E5C;
}
.TagClassName
{
border-color: #B76E5C;
}
</style>