Shades of Coral Tree #B1786F
Tints of Coral Tree #B1786F
RGB
CMYK
RGB Variations
Color information
#B1786F (or 0xB1786F) is known color: Coral Tree. HEX triplet: B1, 78 and 6F. RGB value is (177,120,111). Sum of RGB (Red+Green+Blue) = 177+120+111=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1786F is #4E8790. Grayscale: #888888. Windows color (decimal): -5146513 or 7305393. OLE color: 7305393.
HSL color Cylindrical-coordinate representation of color #B1786F: hue angle of 8.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1786F is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 111 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.31 |
| HSL | 8.18º | 0.3% | 0.56% | - |
| HSV(B) | 8.18º | 0.37% | 0.69% | - |
| XYZ | 27.72 | 23.93 | 18.2 | - |
| YUV | 136.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 111 | 0 | 0.32 | 0.37 | 0.31 | 8.18 | 0.3 | 0.56 |
| Hex | B1 | 78 | 6F | 0 | 20 | 25 | 1F | 8 | 1E | 38 |
| Octal | 261 | 170 | 157 | 0 | 40 | 45 | 37 | 10 | 36 | 70 |
| Binary | 10110001 | 1111000 | 1101111 | 0 | 100000 | 100101 | 11111 | 1000 | 11110 | 111000 |
Color Harmonies of #B1786F
Complementary color
Monochromatic Colors of #B1786F
Black with #B1786F
Text Example
Text Example
White with #B1786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1786F; }
p { color: rgb(177,120,111); }
H1.HeaderClassName
{
color: #B1786F;
}
.AnyTagClassName
{
color: #B1786F;
}
</style>
background-color css
<style>
a { background-color: #B1786F; }
a { background-color: rgb(177,120,111); }
div.DivClassName
{
background-color: #B1786F;
}
.BgClassName
{
background-color: #B1786F;
}
</style>
border-color css
<style>
span { border-color: #B1786F; }
span { border-color: rgb(177,120,111); }
td.TdClassName
{
border-color: #B1786F;
}
.TagClassName
{
border-color: #B1786F;
}
</style>