Shades of Coral Tree #B16B5E
Tints of Coral Tree #B16B5E
RGB
CMYK
RGB Variations
Color information
#B16B5E (or 0xB16B5E) is known color: Coral Tree. HEX triplet: B1, 6B and 5E. RGB value is (177,107,94). Sum of RGB (Red+Green+Blue) = 177+107+94=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B5E is #4E94A1. Grayscale: #7E7E7E. Windows color (decimal): -5149858 or 6187953. OLE color: 6187953.
HSL color Cylindrical-coordinate representation of color #B16B5E: hue angle of 9.4º 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 #B16B5E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 94 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.31 |
| HSL | 9.4º | 0.35% | 0.53% | - |
| HSV(B) | 9.4º | 0.47% | 0.69% | - |
| XYZ | 25.41 | 20.67 | 13.24 | - |
| YUV | 126.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 94 | 0 | 0.40 | 0.47 | 0.31 | 9.4 | 0.35 | 0.53 |
| Hex | B1 | 6B | 5E | 0 | 28 | 2F | 1F | 9 | 23 | 35 |
| Octal | 261 | 153 | 136 | 0 | 50 | 57 | 37 | 11 | 43 | 65 |
| Binary | 10110001 | 1101011 | 1011110 | 0 | 101000 | 101111 | 11111 | 1001 | 100011 | 110101 |
Color Harmonies of #B16B5E
Complementary color
Monochromatic Colors of #B16B5E
Black with #B16B5E
Text Example
Text Example
White with #B16B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B5E; }
p { color: rgb(177,107,94); }
H1.HeaderClassName
{
color: #B16B5E;
}
.AnyTagClassName
{
color: #B16B5E;
}
</style>
background-color css
<style>
a { background-color: #B16B5E; }
a { background-color: rgb(177,107,94); }
div.DivClassName
{
background-color: #B16B5E;
}
.BgClassName
{
background-color: #B16B5E;
}
</style>
border-color css
<style>
span { border-color: #B16B5E; }
span { border-color: rgb(177,107,94); }
td.TdClassName
{
border-color: #B16B5E;
}
.TagClassName
{
border-color: #B16B5E;
}
</style>