Shades of Coral Tree #B3766E
Tints of Coral Tree #B3766E
RGB
CMYK
RGB Variations
Color information
#B3766E (or 0xB3766E) is known color: Coral Tree. HEX triplet: B3, 76 and 6E. RGB value is (179,118,110). Sum of RGB (Red+Green+Blue) = 179+118+110=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3766E is #4C8991. Grayscale: #878787. Windows color (decimal): -5015954 or 7239347. OLE color: 7239347.
HSL color Cylindrical-coordinate representation of color #B3766E: hue angle of 6.96º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3766E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 110 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.30 |
| HSL | 6.96º | 0.31% | 0.57% | - |
| HSV(B) | 6.96º | 0.39% | 0.7% | - |
| XYZ | 27.88 | 23.67 | 17.85 | - |
| YUV | 135.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 110 | 0 | 0.34 | 0.39 | 0.30 | 6.96 | 0.31 | 0.57 |
| Hex | B3 | 76 | 6E | 0 | 22 | 27 | 1E | 7 | 1F | 39 |
| Octal | 263 | 166 | 156 | 0 | 42 | 47 | 36 | 7 | 37 | 71 |
| Binary | 10110011 | 1110110 | 1101110 | 0 | 100010 | 100111 | 11110 | 111 | 11111 | 111001 |
Color Harmonies of #B3766E
Complementary color
Monochromatic Colors of #B3766E
Black with #B3766E
Text Example
Text Example
White with #B3766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3766E; }
p { color: rgb(179,118,110); }
H1.HeaderClassName
{
color: #B3766E;
}
.AnyTagClassName
{
color: #B3766E;
}
</style>
background-color css
<style>
a { background-color: #B3766E; }
a { background-color: rgb(179,118,110); }
div.DivClassName
{
background-color: #B3766E;
}
.BgClassName
{
background-color: #B3766E;
}
</style>
border-color css
<style>
span { border-color: #B3766E; }
span { border-color: rgb(179,118,110); }
td.TdClassName
{
border-color: #B3766E;
}
.TagClassName
{
border-color: #B3766E;
}
</style>