Shades of Coral Tree #B0706F
Tints of Coral Tree #B0706F
RGB
CMYK
RGB Variations
Color information
#B0706F (or 0xB0706F) is known color: Coral Tree. HEX triplet: B0, 70 and 6F. RGB value is (176,112,111). Sum of RGB (Red+Green+Blue) = 176+112+111=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0706F is #4F8F90. Grayscale: #838383. Windows color (decimal): -5214097 or 7303344. OLE color: 7303344.
HSL color Cylindrical-coordinate representation of color #B0706F: hue angle of 0.92º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0706F is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 111 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.31 |
| HSL | 0.92º | 0.29% | 0.56% | - |
| HSV(B) | 0.92º | 0.37% | 0.69% | - |
| XYZ | 26.57 | 21.97 | 17.88 | - |
| YUV | 131.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 111 | 0 | 0.36 | 0.37 | 0.31 | 0.92 | 0.29 | 0.56 |
| Hex | B0 | 70 | 6F | 0 | 24 | 25 | 1F | 1 | 1D | 38 |
| Octal | 260 | 160 | 157 | 0 | 44 | 45 | 37 | 1 | 35 | 70 |
| Binary | 10110000 | 1110000 | 1101111 | 0 | 100100 | 100101 | 11111 | 1 | 11101 | 111000 |
Color Harmonies of #B0706F
Complementary color
Monochromatic Colors of #B0706F
Black with #B0706F
Text Example
Text Example
White with #B0706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0706F; }
p { color: rgb(176,112,111); }
H1.HeaderClassName
{
color: #B0706F;
}
.AnyTagClassName
{
color: #B0706F;
}
</style>
background-color css
<style>
a { background-color: #B0706F; }
a { background-color: rgb(176,112,111); }
div.DivClassName
{
background-color: #B0706F;
}
.BgClassName
{
background-color: #B0706F;
}
</style>
border-color css
<style>
span { border-color: #B0706F; }
span { border-color: rgb(176,112,111); }
td.TdClassName
{
border-color: #B0706F;
}
.TagClassName
{
border-color: #B0706F;
}
</style>