Shades of Coral Tree #B16F5E
Tints of Coral Tree #B16F5E
RGB
CMYK
RGB Variations
Color information
#B16F5E (or 0xB16F5E) is known color: Coral Tree. HEX triplet: B1, 6F and 5E. RGB value is (177,111,94). Sum of RGB (Red+Green+Blue) = 177+111+94=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F5E is #4E90A1. Grayscale: #808080. Windows color (decimal): -5148834 or 6188977. OLE color: 6188977.
HSL color Cylindrical-coordinate representation of color #B16F5E: hue angle of 12.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16F5E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 94 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.31 |
| HSL | 12.29º | 0.35% | 0.53% | - |
| HSV(B) | 12.29º | 0.47% | 0.69% | - |
| XYZ | 25.84 | 21.52 | 13.38 | - |
| YUV | 128.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 94 | 0 | 0.37 | 0.47 | 0.31 | 12.29 | 0.35 | 0.53 |
| Hex | B1 | 6F | 5E | 0 | 25 | 2F | 1F | C | 23 | 35 |
| Octal | 261 | 157 | 136 | 0 | 45 | 57 | 37 | 14 | 43 | 65 |
| Binary | 10110001 | 1101111 | 1011110 | 0 | 100101 | 101111 | 11111 | 1100 | 100011 | 110101 |
Color Harmonies of #B16F5E
Complementary color
Monochromatic Colors of #B16F5E
Black with #B16F5E
Text Example
Text Example
White with #B16F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F5E; }
p { color: rgb(177,111,94); }
H1.HeaderClassName
{
color: #B16F5E;
}
.AnyTagClassName
{
color: #B16F5E;
}
</style>
background-color css
<style>
a { background-color: #B16F5E; }
a { background-color: rgb(177,111,94); }
div.DivClassName
{
background-color: #B16F5E;
}
.BgClassName
{
background-color: #B16F5E;
}
</style>
border-color css
<style>
span { border-color: #B16F5E; }
span { border-color: rgb(177,111,94); }
td.TdClassName
{
border-color: #B16F5E;
}
.TagClassName
{
border-color: #B16F5E;
}
</style>