Shades of Coral Tree #B07875
Tints of Coral Tree #B07875
RGB
CMYK
RGB Variations
Color information
#B07875 (or 0xB07875) is known color: Coral Tree. HEX triplet: B0, 78 and 75. RGB value is (176,120,117). Sum of RGB (Red+Green+Blue) = 176+120+117=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B07875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07875 is #4F878A. Grayscale: #888888. Windows color (decimal): -5212043 or 7698608. OLE color: 7698608.
HSL color Cylindrical-coordinate representation of color #B07875: hue angle of 3.05º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07875 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 117 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.31 |
| HSL | 3.05º | 0.27% | 0.57% | - |
| HSV(B) | 3.05º | 0.34% | 0.69% | - |
| XYZ | 27.83 | 23.95 | 19.99 | - |
| YUV | 136.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 117 | 0 | 0.32 | 0.34 | 0.31 | 3.05 | 0.27 | 0.57 |
| Hex | B0 | 78 | 75 | 0 | 20 | 22 | 1F | 3 | 1B | 39 |
| Octal | 260 | 170 | 165 | 0 | 40 | 42 | 37 | 3 | 33 | 71 |
| Binary | 10110000 | 1111000 | 1110101 | 0 | 100000 | 100010 | 11111 | 11 | 11011 | 111001 |
Color Harmonies of #B07875
Complementary color
Monochromatic Colors of #B07875
Black with #B07875
Text Example
Text Example
White with #B07875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07875; }
p { color: rgb(176,120,117); }
H1.HeaderClassName
{
color: #B07875;
}
.AnyTagClassName
{
color: #B07875;
}
</style>
background-color css
<style>
a { background-color: #B07875; }
a { background-color: rgb(176,120,117); }
div.DivClassName
{
background-color: #B07875;
}
.BgClassName
{
background-color: #B07875;
}
</style>
border-color css
<style>
span { border-color: #B07875; }
span { border-color: rgb(176,120,117); }
td.TdClassName
{
border-color: #B07875;
}
.TagClassName
{
border-color: #B07875;
}
</style>