Shades of Coral Tree #B07067
Tints of Coral Tree #B07067
RGB
CMYK
RGB Variations
Color information
#B07067 (or 0xB07067) is known color: Coral Tree. HEX triplet: B0, 70 and 67. RGB value is (176,112,103). Sum of RGB (Red+Green+Blue) = 176+112+103=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B07067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07067 is #4F8F98. Grayscale: #828282. Windows color (decimal): -5214105 or 6779056. OLE color: 6779056.
HSL color Cylindrical-coordinate representation of color #B07067: hue angle of 7.4º 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 #B07067 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 103 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.31 |
| HSL | 7.4º | 0.32% | 0.55% | - |
| HSV(B) | 7.4º | 0.41% | 0.69% | - |
| XYZ | 26.15 | 21.8 | 15.66 | - |
| YUV | 130.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 103 | 0 | 0.36 | 0.41 | 0.31 | 7.4 | 0.32 | 0.55 |
| Hex | B0 | 70 | 67 | 0 | 24 | 29 | 1F | 7 | 20 | 37 |
| Octal | 260 | 160 | 147 | 0 | 44 | 51 | 37 | 7 | 40 | 67 |
| Binary | 10110000 | 1110000 | 1100111 | 0 | 100100 | 101001 | 11111 | 111 | 100000 | 110111 |
Color Harmonies of #B07067
Complementary color
Monochromatic Colors of #B07067
Black with #B07067
Text Example
Text Example
White with #B07067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07067; }
p { color: rgb(176,112,103); }
H1.HeaderClassName
{
color: #B07067;
}
.AnyTagClassName
{
color: #B07067;
}
</style>
background-color css
<style>
a { background-color: #B07067; }
a { background-color: rgb(176,112,103); }
div.DivClassName
{
background-color: #B07067;
}
.BgClassName
{
background-color: #B07067;
}
</style>
border-color css
<style>
span { border-color: #B07067; }
span { border-color: rgb(176,112,103); }
td.TdClassName
{
border-color: #B07067;
}
.TagClassName
{
border-color: #B07067;
}
</style>