Shades of Coral Tree #B4766F
Tints of Coral Tree #B4766F
RGB
CMYK
RGB Variations
Color information
#B4766F (or 0xB4766F) is known color: Coral Tree. HEX triplet: B4, 76 and 6F. RGB value is (180,118,111). Sum of RGB (Red+Green+Blue) = 180+118+111=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4766F is #4B8990. Grayscale: #878787. Windows color (decimal): -4950417 or 7304884. OLE color: 7304884.
HSL color Cylindrical-coordinate representation of color #B4766F: hue angle of 6.09º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4766F is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 111 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.29 |
| HSL | 6.09º | 0.32% | 0.57% | - |
| HSV(B) | 6.09º | 0.38% | 0.71% | - |
| XYZ | 28.17 | 23.81 | 18.15 | - |
| YUV | 135.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 111 | 0 | 0.34 | 0.38 | 0.29 | 6.09 | 0.32 | 0.57 |
| Hex | B4 | 76 | 6F | 0 | 22 | 26 | 1D | 6 | 20 | 39 |
| Octal | 264 | 166 | 157 | 0 | 42 | 46 | 35 | 6 | 40 | 71 |
| Binary | 10110100 | 1110110 | 1101111 | 0 | 100010 | 100110 | 11101 | 110 | 100000 | 111001 |
Color Harmonies of #B4766F
Complementary color
Monochromatic Colors of #B4766F
Black with #B4766F
Text Example
Text Example
White with #B4766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4766F; }
p { color: rgb(180,118,111); }
H1.HeaderClassName
{
color: #B4766F;
}
.AnyTagClassName
{
color: #B4766F;
}
</style>
background-color css
<style>
a { background-color: #B4766F; }
a { background-color: rgb(180,118,111); }
div.DivClassName
{
background-color: #B4766F;
}
.BgClassName
{
background-color: #B4766F;
}
</style>
border-color css
<style>
span { border-color: #B4766F; }
span { border-color: rgb(180,118,111); }
td.TdClassName
{
border-color: #B4766F;
}
.TagClassName
{
border-color: #B4766F;
}
</style>