Shades of Coral Tree #B16B65
Tints of Coral Tree #B16B65
RGB
CMYK
RGB Variations
Color information
#B16B65 (or 0xB16B65) is known color: Coral Tree. HEX triplet: B1, 6B and 65. RGB value is (177,107,101). Sum of RGB (Red+Green+Blue) = 177+107+101=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B65 is #4E949A. Grayscale: #7F7F7F. Windows color (decimal): -5149851 or 6646705. OLE color: 6646705.
HSL color Cylindrical-coordinate representation of color #B16B65: hue angle of 4.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16B65 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 101 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.31 |
| HSL | 4.74º | 0.33% | 0.55% | - |
| HSV(B) | 4.74º | 0.43% | 0.69% | - |
| XYZ | 25.74 | 20.8 | 14.97 | - |
| YUV | 127.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 101 | 0 | 0.40 | 0.43 | 0.31 | 4.74 | 0.33 | 0.55 |
| Hex | B1 | 6B | 65 | 0 | 28 | 2B | 1F | 5 | 21 | 37 |
| Octal | 261 | 153 | 145 | 0 | 50 | 53 | 37 | 5 | 41 | 67 |
| Binary | 10110001 | 1101011 | 1100101 | 0 | 101000 | 101011 | 11111 | 101 | 100001 | 110111 |
Color Harmonies of #B16B65
Complementary color
Monochromatic Colors of #B16B65
Black with #B16B65
Text Example
Text Example
White with #B16B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B65; }
p { color: rgb(177,107,101); }
H1.HeaderClassName
{
color: #B16B65;
}
.AnyTagClassName
{
color: #B16B65;
}
</style>
background-color css
<style>
a { background-color: #B16B65; }
a { background-color: rgb(177,107,101); }
div.DivClassName
{
background-color: #B16B65;
}
.BgClassName
{
background-color: #B16B65;
}
</style>
border-color css
<style>
span { border-color: #B16B65; }
span { border-color: rgb(177,107,101); }
td.TdClassName
{
border-color: #B16B65;
}
.TagClassName
{
border-color: #B16B65;
}
</style>