Shades of Coral Tree #B46A60
Tints of Coral Tree #B46A60
RGB
CMYK
RGB Variations
Color information
#B46A60 (or 0xB46A60) is known color: Coral Tree. HEX triplet: B4, 6A and 60. RGB value is (180,106,96). Sum of RGB (Red+Green+Blue) = 180+106+96=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A60 is #4B959F. Grayscale: #7F7F7F. Windows color (decimal): -4953504 or 6318772. OLE color: 6318772.
HSL color Cylindrical-coordinate representation of color #B46A60: hue angle of 7.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46A60 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 106 | 96 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.29 |
| HSL | 7.14º | 0.36% | 0.54% | - |
| HSV(B) | 7.14º | 0.47% | 0.71% | - |
| XYZ | 26.09 | 20.86 | 13.72 | - |
| YUV | 126.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 96 | 0 | 0.41 | 0.47 | 0.29 | 7.14 | 0.36 | 0.54 |
| Hex | B4 | 6A | 60 | 0 | 29 | 2F | 1D | 7 | 24 | 36 |
| Octal | 264 | 152 | 140 | 0 | 51 | 57 | 35 | 7 | 44 | 66 |
| Binary | 10110100 | 1101010 | 1100000 | 0 | 101001 | 101111 | 11101 | 111 | 100100 | 110110 |
Color Harmonies of #B46A60
Complementary color
Monochromatic Colors of #B46A60
Black with #B46A60
Text Example
Text Example
White with #B46A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46A60; }
p { color: rgb(180,106,96); }
H1.HeaderClassName
{
color: #B46A60;
}
.AnyTagClassName
{
color: #B46A60;
}
</style>
background-color css
<style>
a { background-color: #B46A60; }
a { background-color: rgb(180,106,96); }
div.DivClassName
{
background-color: #B46A60;
}
.BgClassName
{
background-color: #B46A60;
}
</style>
border-color css
<style>
span { border-color: #B46A60; }
span { border-color: rgb(180,106,96); }
td.TdClassName
{
border-color: #B46A60;
}
.TagClassName
{
border-color: #B46A60;
}
</style>