Shades of Coral Tree #B0786B
Tints of Coral Tree #B0786B
RGB
CMYK
RGB Variations
Color information
#B0786B (or 0xB0786B) is known color: Coral Tree. HEX triplet: B0, 78 and 6B. RGB value is (176,120,107). Sum of RGB (Red+Green+Blue) = 176+120+107=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0786B is #4F8794. Grayscale: #878787. Windows color (decimal): -5212053 or 7043248. OLE color: 7043248.
HSL color Cylindrical-coordinate representation of color #B0786B: hue angle of 11.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0786B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 107 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.31 |
| HSL | 11.3º | 0.3% | 0.55% | - |
| HSV(B) | 11.3º | 0.39% | 0.69% | - |
| XYZ | 27.27 | 23.72 | 17.05 | - |
| YUV | 135.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 107 | 0 | 0.32 | 0.39 | 0.31 | 11.3 | 0.3 | 0.55 |
| Hex | B0 | 78 | 6B | 0 | 20 | 27 | 1F | B | 1E | 37 |
| Octal | 260 | 170 | 153 | 0 | 40 | 47 | 37 | 13 | 36 | 67 |
| Binary | 10110000 | 1111000 | 1101011 | 0 | 100000 | 100111 | 11111 | 1011 | 11110 | 110111 |
Color Harmonies of #B0786B
Complementary color
Monochromatic Colors of #B0786B
Black with #B0786B
Text Example
Text Example
White with #B0786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0786B; }
p { color: rgb(176,120,107); }
H1.HeaderClassName
{
color: #B0786B;
}
.AnyTagClassName
{
color: #B0786B;
}
</style>
background-color css
<style>
a { background-color: #B0786B; }
a { background-color: rgb(176,120,107); }
div.DivClassName
{
background-color: #B0786B;
}
.BgClassName
{
background-color: #B0786B;
}
</style>
border-color css
<style>
span { border-color: #B0786B; }
span { border-color: rgb(176,120,107); }
td.TdClassName
{
border-color: #B0786B;
}
.TagClassName
{
border-color: #B0786B;
}
</style>