Shades of Coral Tree #B16462
Tints of Coral Tree #B16462
RGB
CMYK
RGB Variations
Color information
#B16462 (or 0xB16462) is known color: Coral Tree. HEX triplet: B1, 64 and 62. RGB value is (177,100,98). Sum of RGB (Red+Green+Blue) = 177+100+98=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B16462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16462 is #4E9B9D. Grayscale: #7A7A7A. Windows color (decimal): -5151646 or 6448305. OLE color: 6448305.
HSL color Cylindrical-coordinate representation of color #B16462: hue angle of 1.52º 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 #B16462 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 98 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.31 |
| HSL | 1.52º | 0.34% | 0.54% | - |
| HSV(B) | 1.52º | 0.45% | 0.69% | - |
| XYZ | 24.89 | 19.34 | 13.98 | - |
| YUV | 122.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 98 | 0 | 0.44 | 0.45 | 0.31 | 1.52 | 0.34 | 0.54 |
| Hex | B1 | 64 | 62 | 0 | 2C | 2D | 1F | 2 | 22 | 36 |
| Octal | 261 | 144 | 142 | 0 | 54 | 55 | 37 | 2 | 42 | 66 |
| Binary | 10110001 | 1100100 | 1100010 | 0 | 101100 | 101101 | 11111 | 10 | 100010 | 110110 |
Color Harmonies of #B16462
Complementary color
Monochromatic Colors of #B16462
Black with #B16462
Text Example
Text Example
White with #B16462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16462; }
p { color: rgb(177,100,98); }
H1.HeaderClassName
{
color: #B16462;
}
.AnyTagClassName
{
color: #B16462;
}
</style>
background-color css
<style>
a { background-color: #B16462; }
a { background-color: rgb(177,100,98); }
div.DivClassName
{
background-color: #B16462;
}
.BgClassName
{
background-color: #B16462;
}
</style>
border-color css
<style>
span { border-color: #B16462; }
span { border-color: rgb(177,100,98); }
td.TdClassName
{
border-color: #B16462;
}
.TagClassName
{
border-color: #B16462;
}
</style>