Shades of Coral Tree #B46C61
Tints of Coral Tree #B46C61
RGB
CMYK
RGB Variations
Color information
#B46C61 (or 0xB46C61) is known color: Coral Tree. HEX triplet: B4, 6C and 61. RGB value is (180,108,97). Sum of RGB (Red+Green+Blue) = 180+108+97=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C61 is #4B939E. Grayscale: #808080. Windows color (decimal): -4952991 or 6384820. OLE color: 6384820.
HSL color Cylindrical-coordinate representation of color #B46C61: hue angle of 7.95º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46C61 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 97 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.29 |
| HSL | 7.95º | 0.36% | 0.54% | - |
| HSV(B) | 7.95º | 0.46% | 0.71% | - |
| XYZ | 26.34 | 21.29 | 14.03 | - |
| YUV | 128.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 97 | 0 | 0.40 | 0.46 | 0.29 | 7.95 | 0.36 | 0.54 |
| Hex | B4 | 6C | 61 | 0 | 28 | 2E | 1D | 8 | 24 | 36 |
| Octal | 264 | 154 | 141 | 0 | 50 | 56 | 35 | 10 | 44 | 66 |
| Binary | 10110100 | 1101100 | 1100001 | 0 | 101000 | 101110 | 11101 | 1000 | 100100 | 110110 |
Color Harmonies of #B46C61
Complementary color
Monochromatic Colors of #B46C61
Black with #B46C61
Text Example
Text Example
White with #B46C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C61; }
p { color: rgb(180,108,97); }
H1.HeaderClassName
{
color: #B46C61;
}
.AnyTagClassName
{
color: #B46C61;
}
</style>
background-color css
<style>
a { background-color: #B46C61; }
a { background-color: rgb(180,108,97); }
div.DivClassName
{
background-color: #B46C61;
}
.BgClassName
{
background-color: #B46C61;
}
</style>
border-color css
<style>
span { border-color: #B46C61; }
span { border-color: rgb(180,108,97); }
td.TdClassName
{
border-color: #B46C61;
}
.TagClassName
{
border-color: #B46C61;
}
</style>