Shades of Coral Tree #B46E5E
Tints of Coral Tree #B46E5E
RGB
CMYK
RGB Variations
Color information
#B46E5E (or 0xB46E5E) is known color: Coral Tree. HEX triplet: B4, 6E and 5E. RGB value is (180,110,94). Sum of RGB (Red+Green+Blue) = 180+110+94=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E5E is #4B91A1. Grayscale: #818181. Windows color (decimal): -4952482 or 6188724. OLE color: 6188724.
HSL color Cylindrical-coordinate representation of color #B46E5E: hue angle of 11.16º 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 #B46E5E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 94 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.29 |
| HSL | 11.16º | 0.36% | 0.54% | - |
| HSV(B) | 11.16º | 0.48% | 0.71% | - |
| XYZ | 26.42 | 21.66 | 13.38 | - |
| YUV | 129.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 94 | 0 | 0.39 | 0.48 | 0.29 | 11.16 | 0.36 | 0.54 |
| Hex | B4 | 6E | 5E | 0 | 27 | 30 | 1D | B | 24 | 36 |
| Octal | 264 | 156 | 136 | 0 | 47 | 60 | 35 | 13 | 44 | 66 |
| Binary | 10110100 | 1101110 | 1011110 | 0 | 100111 | 110000 | 11101 | 1011 | 100100 | 110110 |
Color Harmonies of #B46E5E
Complementary color
Monochromatic Colors of #B46E5E
Black with #B46E5E
Text Example
Text Example
White with #B46E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E5E; }
p { color: rgb(180,110,94); }
H1.HeaderClassName
{
color: #B46E5E;
}
.AnyTagClassName
{
color: #B46E5E;
}
</style>
background-color css
<style>
a { background-color: #B46E5E; }
a { background-color: rgb(180,110,94); }
div.DivClassName
{
background-color: #B46E5E;
}
.BgClassName
{
background-color: #B46E5E;
}
</style>
border-color css
<style>
span { border-color: #B46E5E; }
span { border-color: rgb(180,110,94); }
td.TdClassName
{
border-color: #B46E5E;
}
.TagClassName
{
border-color: #B46E5E;
}
</style>