Shades of Coral Tree #B07869
Tints of Coral Tree #B07869
RGB
CMYK
RGB Variations
Color information
#B07869 (or 0xB07869) is known color: Coral Tree. HEX triplet: B0, 78 and 69. RGB value is (176,120,105). Sum of RGB (Red+Green+Blue) = 176+120+105=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B07869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07869 is #4F8796. Grayscale: #878787. Windows color (decimal): -5212055 or 6912176. OLE color: 6912176.
HSL color Cylindrical-coordinate representation of color #B07869: hue angle of 12.68º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07869 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 105 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.31 |
| HSL | 12.68º | 0.31% | 0.55% | - |
| HSV(B) | 12.68º | 0.4% | 0.69% | - |
| XYZ | 27.17 | 23.68 | 16.5 | - |
| YUV | 135.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 105 | 0 | 0.32 | 0.40 | 0.31 | 12.68 | 0.31 | 0.55 |
| Hex | B0 | 78 | 69 | 0 | 20 | 28 | 1F | D | 1F | 37 |
| Octal | 260 | 170 | 151 | 0 | 40 | 50 | 37 | 15 | 37 | 67 |
| Binary | 10110000 | 1111000 | 1101001 | 0 | 100000 | 101000 | 11111 | 1101 | 11111 | 110111 |
Color Harmonies of #B07869
Complementary color
Monochromatic Colors of #B07869
Black with #B07869
Text Example
Text Example
White with #B07869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07869; }
p { color: rgb(176,120,105); }
H1.HeaderClassName
{
color: #B07869;
}
.AnyTagClassName
{
color: #B07869;
}
</style>
background-color css
<style>
a { background-color: #B07869; }
a { background-color: rgb(176,120,105); }
div.DivClassName
{
background-color: #B07869;
}
.BgClassName
{
background-color: #B07869;
}
</style>
border-color css
<style>
span { border-color: #B07869; }
span { border-color: rgb(176,120,105); }
td.TdClassName
{
border-color: #B07869;
}
.TagClassName
{
border-color: #B07869;
}
</style>