Shades of Coral Tree #B06D62
Tints of Coral Tree #B06D62
RGB
CMYK
RGB Variations
Color information
#B06D62 (or 0xB06D62) is known color: Coral Tree. HEX triplet: B0, 6D and 62. RGB value is (176,109,98). Sum of RGB (Red+Green+Blue) = 176+109+98=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D62 is #4F929D. Grayscale: #7F7F7F. Windows color (decimal): -5214878 or 6450608. OLE color: 6450608.
HSL color Cylindrical-coordinate representation of color #B06D62: hue angle of 8.46º 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 #B06D62 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 98 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.31 |
| HSL | 8.46º | 0.33% | 0.54% | - |
| HSV(B) | 8.46º | 0.44% | 0.69% | - |
| XYZ | 25.58 | 21.05 | 14.27 | - |
| YUV | 127.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 98 | 0 | 0.38 | 0.44 | 0.31 | 8.46 | 0.33 | 0.54 |
| Hex | B0 | 6D | 62 | 0 | 26 | 2C | 1F | 8 | 21 | 36 |
| Octal | 260 | 155 | 142 | 0 | 46 | 54 | 37 | 10 | 41 | 66 |
| Binary | 10110000 | 1101101 | 1100010 | 0 | 100110 | 101100 | 11111 | 1000 | 100001 | 110110 |
Color Harmonies of #B06D62
Complementary color
Monochromatic Colors of #B06D62
Black with #B06D62
Text Example
Text Example
White with #B06D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D62; }
p { color: rgb(176,109,98); }
H1.HeaderClassName
{
color: #B06D62;
}
.AnyTagClassName
{
color: #B06D62;
}
</style>
background-color css
<style>
a { background-color: #B06D62; }
a { background-color: rgb(176,109,98); }
div.DivClassName
{
background-color: #B06D62;
}
.BgClassName
{
background-color: #B06D62;
}
</style>
border-color css
<style>
span { border-color: #B06D62; }
span { border-color: rgb(176,109,98); }
td.TdClassName
{
border-color: #B06D62;
}
.TagClassName
{
border-color: #B06D62;
}
</style>