Shades of Coral Tree #B3766B
Tints of Coral Tree #B3766B
RGB
CMYK
RGB Variations
Color information
#B3766B (or 0xB3766B) is known color: Coral Tree. HEX triplet: B3, 76 and 6B. RGB value is (179,118,107). Sum of RGB (Red+Green+Blue) = 179+118+107=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3766B is #4C8994. Grayscale: #878787. Windows color (decimal): -5015957 or 7042739. OLE color: 7042739.
HSL color Cylindrical-coordinate representation of color #B3766B: hue angle of 9.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3766B is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 107 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.30 |
| HSL | 9.17º | 0.32% | 0.56% | - |
| HSV(B) | 9.17º | 0.4% | 0.7% | - |
| XYZ | 27.72 | 23.6 | 17 | - |
| YUV | 134.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 107 | 0 | 0.34 | 0.40 | 0.30 | 9.17 | 0.32 | 0.56 |
| Hex | B3 | 76 | 6B | 0 | 22 | 28 | 1E | 9 | 20 | 38 |
| Octal | 263 | 166 | 153 | 0 | 42 | 50 | 36 | 11 | 40 | 70 |
| Binary | 10110011 | 1110110 | 1101011 | 0 | 100010 | 101000 | 11110 | 1001 | 100000 | 111000 |
Color Harmonies of #B3766B
Complementary color
Monochromatic Colors of #B3766B
Black with #B3766B
Text Example
Text Example
White with #B3766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3766B; }
p { color: rgb(179,118,107); }
H1.HeaderClassName
{
color: #B3766B;
}
.AnyTagClassName
{
color: #B3766B;
}
</style>
background-color css
<style>
a { background-color: #B3766B; }
a { background-color: rgb(179,118,107); }
div.DivClassName
{
background-color: #B3766B;
}
.BgClassName
{
background-color: #B3766B;
}
</style>
border-color css
<style>
span { border-color: #B3766B; }
span { border-color: rgb(179,118,107); }
td.TdClassName
{
border-color: #B3766B;
}
.TagClassName
{
border-color: #B3766B;
}
</style>