Shades of Coral Tree #B16761
Tints of Coral Tree #B16761
RGB
CMYK
RGB Variations
Color information
#B16761 (or 0xB16761) is known color: Coral Tree. HEX triplet: B1, 67 and 61. RGB value is (177,103,97). Sum of RGB (Red+Green+Blue) = 177+103+97=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B16761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16761 is #4E989E. Grayscale: #7C7C7C. Windows color (decimal): -5150879 or 6383537. OLE color: 6383537.
HSL color Cylindrical-coordinate representation of color #B16761: hue angle of 4.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16761 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 97 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.31 |
| HSL | 4.5º | 0.34% | 0.54% | - |
| HSV(B) | 4.5º | 0.45% | 0.69% | - |
| XYZ | 25.14 | 19.91 | 13.83 | - |
| YUV | 124.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 97 | 0 | 0.42 | 0.45 | 0.31 | 4.5 | 0.34 | 0.54 |
| Hex | B1 | 67 | 61 | 0 | 2A | 2D | 1F | 4 | 22 | 36 |
| Octal | 261 | 147 | 141 | 0 | 52 | 55 | 37 | 4 | 42 | 66 |
| Binary | 10110001 | 1100111 | 1100001 | 0 | 101010 | 101101 | 11111 | 100 | 100010 | 110110 |
Color Harmonies of #B16761
Complementary color
Monochromatic Colors of #B16761
Black with #B16761
Text Example
Text Example
White with #B16761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16761; }
p { color: rgb(177,103,97); }
H1.HeaderClassName
{
color: #B16761;
}
.AnyTagClassName
{
color: #B16761;
}
</style>
background-color css
<style>
a { background-color: #B16761; }
a { background-color: rgb(177,103,97); }
div.DivClassName
{
background-color: #B16761;
}
.BgClassName
{
background-color: #B16761;
}
</style>
border-color css
<style>
span { border-color: #B16761; }
span { border-color: rgb(177,103,97); }
td.TdClassName
{
border-color: #B16761;
}
.TagClassName
{
border-color: #B16761;
}
</style>