Shades of Coral Tree #B16F5D
Tints of Coral Tree #B16F5D
RGB
CMYK
RGB Variations
Color information
#B16F5D (or 0xB16F5D) is known color: Coral Tree. HEX triplet: B1, 6F and 5D. RGB value is (177,111,93). Sum of RGB (Red+Green+Blue) = 177+111+93=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F5D is #4E90A2. Grayscale: #808080. Windows color (decimal): -5148835 or 6123441. OLE color: 6123441.
HSL color Cylindrical-coordinate representation of color #B16F5D: hue angle of 12.86º 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 #B16F5D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 93 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.31 |
| HSL | 12.86º | 0.35% | 0.53% | - |
| HSV(B) | 12.86º | 0.47% | 0.69% | - |
| XYZ | 25.79 | 21.51 | 13.15 | - |
| YUV | 128.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 93 | 0 | 0.37 | 0.47 | 0.31 | 12.86 | 0.35 | 0.53 |
| Hex | B1 | 6F | 5D | 0 | 25 | 2F | 1F | D | 23 | 35 |
| Octal | 261 | 157 | 135 | 0 | 45 | 57 | 37 | 15 | 43 | 65 |
| Binary | 10110001 | 1101111 | 1011101 | 0 | 100101 | 101111 | 11111 | 1101 | 100011 | 110101 |
Color Harmonies of #B16F5D
Complementary color
Monochromatic Colors of #B16F5D
Black with #B16F5D
Text Example
Text Example
White with #B16F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F5D; }
p { color: rgb(177,111,93); }
H1.HeaderClassName
{
color: #B16F5D;
}
.AnyTagClassName
{
color: #B16F5D;
}
</style>
background-color css
<style>
a { background-color: #B16F5D; }
a { background-color: rgb(177,111,93); }
div.DivClassName
{
background-color: #B16F5D;
}
.BgClassName
{
background-color: #B16F5D;
}
</style>
border-color css
<style>
span { border-color: #B16F5D; }
span { border-color: rgb(177,111,93); }
td.TdClassName
{
border-color: #B16F5D;
}
.TagClassName
{
border-color: #B16F5D;
}
</style>