Shades of Coral Tree #B0705F
Tints of Coral Tree #B0705F
RGB
CMYK
RGB Variations
Color information
#B0705F (or 0xB0705F) is known color: Coral Tree. HEX triplet: B0, 70 and 5F. RGB value is (176,112,95). Sum of RGB (Red+Green+Blue) = 176+112+95=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705F is #4F8FA0. Grayscale: #818181. Windows color (decimal): -5214113 or 6254768. OLE color: 6254768.
HSL color Cylindrical-coordinate representation of color #B0705F: hue angle of 12.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0705F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 95 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.31 |
| HSL | 12.59º | 0.34% | 0.53% | - |
| HSV(B) | 12.59º | 0.46% | 0.69% | - |
| XYZ | 25.76 | 21.64 | 13.65 | - |
| YUV | 129.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 95 | 0 | 0.36 | 0.46 | 0.31 | 12.59 | 0.34 | 0.53 |
| Hex | B0 | 70 | 5F | 0 | 24 | 2E | 1F | D | 22 | 35 |
| Octal | 260 | 160 | 137 | 0 | 44 | 56 | 37 | 15 | 42 | 65 |
| Binary | 10110000 | 1110000 | 1011111 | 0 | 100100 | 101110 | 11111 | 1101 | 100010 | 110101 |
Color Harmonies of #B0705F
Complementary color
Monochromatic Colors of #B0705F
Black with #B0705F
Text Example
Text Example
White with #B0705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0705F; }
p { color: rgb(176,112,95); }
H1.HeaderClassName
{
color: #B0705F;
}
.AnyTagClassName
{
color: #B0705F;
}
</style>
background-color css
<style>
a { background-color: #B0705F; }
a { background-color: rgb(176,112,95); }
div.DivClassName
{
background-color: #B0705F;
}
.BgClassName
{
background-color: #B0705F;
}
</style>
border-color css
<style>
span { border-color: #B0705F; }
span { border-color: rgb(176,112,95); }
td.TdClassName
{
border-color: #B0705F;
}
.TagClassName
{
border-color: #B0705F;
}
</style>