Shades of Coral Tree #B06862
Tints of Coral Tree #B06862
RGB
CMYK
RGB Variations
Color information
#B06862 (or 0xB06862) is known color: Coral Tree. HEX triplet: B0, 68 and 62. RGB value is (176,104,98). Sum of RGB (Red+Green+Blue) = 176+104+98=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06862 is #4F979D. Grayscale: #7C7C7C. Windows color (decimal): -5216158 or 6449328. OLE color: 6449328.
HSL color Cylindrical-coordinate representation of color #B06862: hue angle of 4.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06862 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 98 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.31 |
| HSL | 4.62º | 0.33% | 0.54% | - |
| HSV(B) | 4.62º | 0.44% | 0.69% | - |
| XYZ | 25.06 | 20.01 | 14.1 | - |
| YUV | 124.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 98 | 0 | 0.41 | 0.44 | 0.31 | 4.62 | 0.33 | 0.54 |
| Hex | B0 | 68 | 62 | 0 | 29 | 2C | 1F | 5 | 21 | 36 |
| Octal | 260 | 150 | 142 | 0 | 51 | 54 | 37 | 5 | 41 | 66 |
| Binary | 10110000 | 1101000 | 1100010 | 0 | 101001 | 101100 | 11111 | 101 | 100001 | 110110 |
Color Harmonies of #B06862
Complementary color
Monochromatic Colors of #B06862
Black with #B06862
Text Example
Text Example
White with #B06862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06862; }
p { color: rgb(176,104,98); }
H1.HeaderClassName
{
color: #B06862;
}
.AnyTagClassName
{
color: #B06862;
}
</style>
background-color css
<style>
a { background-color: #B06862; }
a { background-color: rgb(176,104,98); }
div.DivClassName
{
background-color: #B06862;
}
.BgClassName
{
background-color: #B06862;
}
</style>
border-color css
<style>
span { border-color: #B06862; }
span { border-color: rgb(176,104,98); }
td.TdClassName
{
border-color: #B06862;
}
.TagClassName
{
border-color: #B06862;
}
</style>