Shades of Coral Tree #B37676
Tints of Coral Tree #B37676
RGB
CMYK
RGB Variations
Color information
#B37676 (or 0xB37676) is known color: Coral Tree. HEX triplet: B3, 76 and 76. RGB value is (179,118,118). Sum of RGB (Red+Green+Blue) = 179+118+118=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B37676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37676 is #4C8989. Grayscale: #888888. Windows color (decimal): -5015946 or 7763635. OLE color: 7763635.
HSL color Cylindrical-coordinate representation of color #B37676: hue angle of 0º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37676 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 118 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.30 |
| HSL | 0º | 0.29% | 0.58% | - |
| HSV(B) | 0º | 0.34% | 0.7% | - |
| XYZ | 28.34 | 23.85 | 20.25 | - |
| YUV | 136.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 118 | 0 | 0.34 | 0.34 | 0.30 | 0 | 0.29 | 0.58 |
| Hex | B3 | 76 | 76 | 0 | 22 | 22 | 1E | 0 | 1D | 3A |
| Octal | 263 | 166 | 166 | 0 | 42 | 42 | 36 | 0 | 35 | 72 |
| Binary | 10110011 | 1110110 | 1110110 | 0 | 100010 | 100010 | 11110 | 0 | 11101 | 111010 |
Color Harmonies of #B37676
Complementary color
Monochromatic Colors of #B37676
Black with #B37676
Text Example
Text Example
White with #B37676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37676; }
p { color: rgb(179,118,118); }
H1.HeaderClassName
{
color: #B37676;
}
.AnyTagClassName
{
color: #B37676;
}
</style>
background-color css
<style>
a { background-color: #B37676; }
a { background-color: rgb(179,118,118); }
div.DivClassName
{
background-color: #B37676;
}
.BgClassName
{
background-color: #B37676;
}
</style>
border-color css
<style>
span { border-color: #B37676; }
span { border-color: rgb(179,118,118); }
td.TdClassName
{
border-color: #B37676;
}
.TagClassName
{
border-color: #B37676;
}
</style>