Shades of Coral Tree #B16A65
Tints of Coral Tree #B16A65
RGB
CMYK
RGB Variations
Color information
#B16A65 (or 0xB16A65) is known color: Coral Tree. HEX triplet: B1, 6A and 65. RGB value is (177,106,101). Sum of RGB (Red+Green+Blue) = 177+106+101=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A65 is #4E959A. Grayscale: #7E7E7E. Windows color (decimal): -5150107 or 6646449. OLE color: 6646449.
HSL color Cylindrical-coordinate representation of color #B16A65: hue angle of 3.95º 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 #B16A65 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 101 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.31 |
| HSL | 3.95º | 0.33% | 0.55% | - |
| HSV(B) | 3.95º | 0.43% | 0.69% | - |
| XYZ | 25.63 | 20.59 | 14.94 | - |
| YUV | 126.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 101 | 0 | 0.40 | 0.43 | 0.31 | 3.95 | 0.33 | 0.55 |
| Hex | B1 | 6A | 65 | 0 | 28 | 2B | 1F | 4 | 21 | 37 |
| Octal | 261 | 152 | 145 | 0 | 50 | 53 | 37 | 4 | 41 | 67 |
| Binary | 10110001 | 1101010 | 1100101 | 0 | 101000 | 101011 | 11111 | 100 | 100001 | 110111 |
Color Harmonies of #B16A65
Complementary color
Monochromatic Colors of #B16A65
Black with #B16A65
Text Example
Text Example
White with #B16A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A65; }
p { color: rgb(177,106,101); }
H1.HeaderClassName
{
color: #B16A65;
}
.AnyTagClassName
{
color: #B16A65;
}
</style>
background-color css
<style>
a { background-color: #B16A65; }
a { background-color: rgb(177,106,101); }
div.DivClassName
{
background-color: #B16A65;
}
.BgClassName
{
background-color: #B16A65;
}
</style>
border-color css
<style>
span { border-color: #B16A65; }
span { border-color: rgb(177,106,101); }
td.TdClassName
{
border-color: #B16A65;
}
.TagClassName
{
border-color: #B16A65;
}
</style>