Shades of Coral Tree #B46C5E
Tints of Coral Tree #B46C5E
RGB
CMYK
RGB Variations
Color information
#B46C5E (or 0xB46C5E) is known color: Coral Tree. HEX triplet: B4, 6C and 5E. RGB value is (180,108,94). Sum of RGB (Red+Green+Blue) = 180+108+94=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C5E is #4B93A1. Grayscale: #808080. Windows color (decimal): -4952994 or 6188212. OLE color: 6188212.
HSL color Cylindrical-coordinate representation of color #B46C5E: hue angle of 9.77º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46C5E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 94 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.29 |
| HSL | 9.77º | 0.36% | 0.54% | - |
| HSV(B) | 9.77º | 0.48% | 0.71% | - |
| XYZ | 26.21 | 21.24 | 13.31 | - |
| YUV | 127.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 94 | 0 | 0.40 | 0.48 | 0.29 | 9.77 | 0.36 | 0.54 |
| Hex | B4 | 6C | 5E | 0 | 28 | 30 | 1D | A | 24 | 36 |
| Octal | 264 | 154 | 136 | 0 | 50 | 60 | 35 | 12 | 44 | 66 |
| Binary | 10110100 | 1101100 | 1011110 | 0 | 101000 | 110000 | 11101 | 1010 | 100100 | 110110 |
Color Harmonies of #B46C5E
Complementary color
Monochromatic Colors of #B46C5E
Black with #B46C5E
Text Example
Text Example
White with #B46C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C5E; }
p { color: rgb(180,108,94); }
H1.HeaderClassName
{
color: #B46C5E;
}
.AnyTagClassName
{
color: #B46C5E;
}
</style>
background-color css
<style>
a { background-color: #B46C5E; }
a { background-color: rgb(180,108,94); }
div.DivClassName
{
background-color: #B46C5E;
}
.BgClassName
{
background-color: #B46C5E;
}
</style>
border-color css
<style>
span { border-color: #B46C5E; }
span { border-color: rgb(180,108,94); }
td.TdClassName
{
border-color: #B46C5E;
}
.TagClassName
{
border-color: #B46C5E;
}
</style>