Shades of Coral Tree #B3766F
Tints of Coral Tree #B3766F
RGB
CMYK
RGB Variations
Color information
#B3766F (or 0xB3766F) is known color: Coral Tree. HEX triplet: B3, 76 and 6F. RGB value is (179,118,111). Sum of RGB (Red+Green+Blue) = 179+118+111=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3766F is #4C8990. Grayscale: #878787. Windows color (decimal): -5015953 or 7304883. OLE color: 7304883.
HSL color Cylindrical-coordinate representation of color #B3766F: hue angle of 6.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3766F is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 111 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.30 |
| HSL | 6.18º | 0.31% | 0.57% | - |
| HSV(B) | 6.18º | 0.38% | 0.7% | - |
| XYZ | 27.94 | 23.69 | 18.14 | - |
| YUV | 135.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 111 | 0 | 0.34 | 0.38 | 0.30 | 6.18 | 0.31 | 0.57 |
| Hex | B3 | 76 | 6F | 0 | 22 | 26 | 1E | 6 | 1F | 39 |
| Octal | 263 | 166 | 157 | 0 | 42 | 46 | 36 | 6 | 37 | 71 |
| Binary | 10110011 | 1110110 | 1101111 | 0 | 100010 | 100110 | 11110 | 110 | 11111 | 111001 |
Color Harmonies of #B3766F
Complementary color
Monochromatic Colors of #B3766F
Black with #B3766F
Text Example
Text Example
White with #B3766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3766F; }
p { color: rgb(179,118,111); }
H1.HeaderClassName
{
color: #B3766F;
}
.AnyTagClassName
{
color: #B3766F;
}
</style>
background-color css
<style>
a { background-color: #B3766F; }
a { background-color: rgb(179,118,111); }
div.DivClassName
{
background-color: #B3766F;
}
.BgClassName
{
background-color: #B3766F;
}
</style>
border-color css
<style>
span { border-color: #B3766F; }
span { border-color: rgb(179,118,111); }
td.TdClassName
{
border-color: #B3766F;
}
.TagClassName
{
border-color: #B3766F;
}
</style>