Shades of Coral Tree #B16B5B
Tints of Coral Tree #B16B5B
RGB
CMYK
RGB Variations
Color information
#B16B5B (or 0xB16B5B) is known color: Coral Tree. HEX triplet: B1, 6B and 5B. RGB value is (177,107,91). Sum of RGB (Red+Green+Blue) = 177+107+91=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B5B is #4E94A4. Grayscale: #7E7E7E. Windows color (decimal): -5149861 or 5991345. OLE color: 5991345.
HSL color Cylindrical-coordinate representation of color #B16B5B: hue angle of 11.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16B5B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 91 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.31 |
| HSL | 11.16º | 0.36% | 0.53% | - |
| HSV(B) | 11.16º | 0.49% | 0.69% | - |
| XYZ | 25.28 | 20.62 | 12.54 | - |
| YUV | 126.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 91 | 0 | 0.40 | 0.49 | 0.31 | 11.16 | 0.36 | 0.53 |
| Hex | B1 | 6B | 5B | 0 | 28 | 31 | 1F | B | 24 | 35 |
| Octal | 261 | 153 | 133 | 0 | 50 | 61 | 37 | 13 | 44 | 65 |
| Binary | 10110001 | 1101011 | 1011011 | 0 | 101000 | 110001 | 11111 | 1011 | 100100 | 110101 |
Color Harmonies of #B16B5B
Complementary color
Monochromatic Colors of #B16B5B
Black with #B16B5B
Text Example
Text Example
White with #B16B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B5B; }
p { color: rgb(177,107,91); }
H1.HeaderClassName
{
color: #B16B5B;
}
.AnyTagClassName
{
color: #B16B5B;
}
</style>
background-color css
<style>
a { background-color: #B16B5B; }
a { background-color: rgb(177,107,91); }
div.DivClassName
{
background-color: #B16B5B;
}
.BgClassName
{
background-color: #B16B5B;
}
</style>
border-color css
<style>
span { border-color: #B16B5B; }
span { border-color: rgb(177,107,91); }
td.TdClassName
{
border-color: #B16B5B;
}
.TagClassName
{
border-color: #B16B5B;
}
</style>