Shades of Coral Tree #B46E5D
Tints of Coral Tree #B46E5D
RGB
CMYK
RGB Variations
Color information
#B46E5D (or 0xB46E5D) is known color: Coral Tree. HEX triplet: B4, 6E and 5D. RGB value is (180,110,93). Sum of RGB (Red+Green+Blue) = 180+110+93=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E5D is #4B91A2. Grayscale: #818181. Windows color (decimal): -4952483 or 6123188. OLE color: 6123188.
HSL color Cylindrical-coordinate representation of color #B46E5D: hue angle of 11.72º degrees, saturation: 0.37, 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 #B46E5D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 93 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.29 |
| HSL | 11.72º | 0.37% | 0.54% | - |
| HSV(B) | 11.72º | 0.48% | 0.71% | - |
| XYZ | 26.37 | 21.65 | 13.14 | - |
| YUV | 128.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 93 | 0 | 0.39 | 0.48 | 0.29 | 11.72 | 0.37 | 0.54 |
| Hex | B4 | 6E | 5D | 0 | 27 | 30 | 1D | C | 25 | 36 |
| Octal | 264 | 156 | 135 | 0 | 47 | 60 | 35 | 14 | 45 | 66 |
| Binary | 10110100 | 1101110 | 1011101 | 0 | 100111 | 110000 | 11101 | 1100 | 100101 | 110110 |
Color Harmonies of #B46E5D
Complementary color
Monochromatic Colors of #B46E5D
Black with #B46E5D
Text Example
Text Example
White with #B46E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E5D; }
p { color: rgb(180,110,93); }
H1.HeaderClassName
{
color: #B46E5D;
}
.AnyTagClassName
{
color: #B46E5D;
}
</style>
background-color css
<style>
a { background-color: #B46E5D; }
a { background-color: rgb(180,110,93); }
div.DivClassName
{
background-color: #B46E5D;
}
.BgClassName
{
background-color: #B46E5D;
}
</style>
border-color css
<style>
span { border-color: #B46E5D; }
span { border-color: rgb(180,110,93); }
td.TdClassName
{
border-color: #B46E5D;
}
.TagClassName
{
border-color: #B46E5D;
}
</style>