Shades of Coral Tree #B06D67
Tints of Coral Tree #B06D67
RGB
CMYK
RGB Variations
Color information
#B06D67 (or 0xB06D67) is known color: Coral Tree. HEX triplet: B0, 6D and 67. RGB value is (176,109,103). Sum of RGB (Red+Green+Blue) = 176+109+103=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D67 is #4F9298. Grayscale: #808080. Windows color (decimal): -5214873 or 6778288. OLE color: 6778288.
HSL color Cylindrical-coordinate representation of color #B06D67: hue angle of 4.93º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06D67 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 103 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.31 |
| HSL | 4.93º | 0.32% | 0.55% | - |
| HSV(B) | 4.93º | 0.41% | 0.69% | - |
| XYZ | 25.82 | 21.15 | 15.55 | - |
| YUV | 128.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 103 | 0 | 0.38 | 0.41 | 0.31 | 4.93 | 0.32 | 0.55 |
| Hex | B0 | 6D | 67 | 0 | 26 | 29 | 1F | 5 | 20 | 37 |
| Octal | 260 | 155 | 147 | 0 | 46 | 51 | 37 | 5 | 40 | 67 |
| Binary | 10110000 | 1101101 | 1100111 | 0 | 100110 | 101001 | 11111 | 101 | 100000 | 110111 |
Color Harmonies of #B06D67
Complementary color
Monochromatic Colors of #B06D67
Black with #B06D67
Text Example
Text Example
White with #B06D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D67; }
p { color: rgb(176,109,103); }
H1.HeaderClassName
{
color: #B06D67;
}
.AnyTagClassName
{
color: #B06D67;
}
</style>
background-color css
<style>
a { background-color: #B06D67; }
a { background-color: rgb(176,109,103); }
div.DivClassName
{
background-color: #B06D67;
}
.BgClassName
{
background-color: #B06D67;
}
</style>
border-color css
<style>
span { border-color: #B06D67; }
span { border-color: rgb(176,109,103); }
td.TdClassName
{
border-color: #B06D67;
}
.TagClassName
{
border-color: #B06D67;
}
</style>