Shades of Coral Tree #B06F67
Tints of Coral Tree #B06F67
RGB
CMYK
RGB Variations
Color information
#B06F67 (or 0xB06F67) is known color: Coral Tree. HEX triplet: B0, 6F and 67. RGB value is (176,111,103). Sum of RGB (Red+Green+Blue) = 176+111+103=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F67 is #4F9098. Grayscale: #818181. Windows color (decimal): -5214361 or 6778800. OLE color: 6778800.
HSL color Cylindrical-coordinate representation of color #B06F67: hue angle of 6.58º 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 #B06F67 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 103 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.31 |
| HSL | 6.58º | 0.32% | 0.55% | - |
| HSV(B) | 6.58º | 0.41% | 0.69% | - |
| XYZ | 26.04 | 21.58 | 15.62 | - |
| YUV | 129.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 103 | 0 | 0.37 | 0.41 | 0.31 | 6.58 | 0.32 | 0.55 |
| Hex | B0 | 6F | 67 | 0 | 25 | 29 | 1F | 7 | 20 | 37 |
| Octal | 260 | 157 | 147 | 0 | 45 | 51 | 37 | 7 | 40 | 67 |
| Binary | 10110000 | 1101111 | 1100111 | 0 | 100101 | 101001 | 11111 | 111 | 100000 | 110111 |
Color Harmonies of #B06F67
Complementary color
Monochromatic Colors of #B06F67
Black with #B06F67
Text Example
Text Example
White with #B06F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F67; }
p { color: rgb(176,111,103); }
H1.HeaderClassName
{
color: #B06F67;
}
.AnyTagClassName
{
color: #B06F67;
}
</style>
background-color css
<style>
a { background-color: #B06F67; }
a { background-color: rgb(176,111,103); }
div.DivClassName
{
background-color: #B06F67;
}
.BgClassName
{
background-color: #B06F67;
}
</style>
border-color css
<style>
span { border-color: #B06F67; }
span { border-color: rgb(176,111,103); }
td.TdClassName
{
border-color: #B06F67;
}
.TagClassName
{
border-color: #B06F67;
}
</style>