Shades of Coral Tree #B16059
Tints of Coral Tree #B16059
RGB
CMYK
RGB Variations
Color information
#B16059 (or 0xB16059) is known color: Coral Tree. HEX triplet: B1, 60 and 59. RGB value is (177,96,89). Sum of RGB (Red+Green+Blue) = 177+96+89=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16059 is #4E9FA6. Grayscale: #777777. Windows color (decimal): -5152679 or 5857457. OLE color: 5857457.
HSL color Cylindrical-coordinate representation of color #B16059: hue angle of 4.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16059 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 89 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.31 |
| HSL | 4.77º | 0.36% | 0.52% | - |
| HSV(B) | 4.77º | 0.5% | 0.69% | - |
| XYZ | 24.12 | 18.43 | 11.74 | - |
| YUV | 119.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 89 | 0 | 0.46 | 0.50 | 0.31 | 4.77 | 0.36 | 0.52 |
| Hex | B1 | 60 | 59 | 0 | 2E | 32 | 1F | 5 | 24 | 34 |
| Octal | 261 | 140 | 131 | 0 | 56 | 62 | 37 | 5 | 44 | 64 |
| Binary | 10110001 | 1100000 | 1011001 | 0 | 101110 | 110010 | 11111 | 101 | 100100 | 110100 |
Color Harmonies of #B16059
Complementary color
Monochromatic Colors of #B16059
Black with #B16059
Text Example
Text Example
White with #B16059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16059; }
p { color: rgb(177,96,89); }
H1.HeaderClassName
{
color: #B16059;
}
.AnyTagClassName
{
color: #B16059;
}
</style>
background-color css
<style>
a { background-color: #B16059; }
a { background-color: rgb(177,96,89); }
div.DivClassName
{
background-color: #B16059;
}
.BgClassName
{
background-color: #B16059;
}
</style>
border-color css
<style>
span { border-color: #B16059; }
span { border-color: rgb(177,96,89); }
td.TdClassName
{
border-color: #B16059;
}
.TagClassName
{
border-color: #B16059;
}
</style>