Shades of Coral Tree #B46F5E
Tints of Coral Tree #B46F5E
RGB
CMYK
RGB Variations
Color information
#B46F5E (or 0xB46F5E) is known color: Coral Tree. HEX triplet: B4, 6F and 5E. RGB value is (180,111,94). Sum of RGB (Red+Green+Blue) = 180+111+94=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F5E is #4B90A1. Grayscale: #818181. Windows color (decimal): -4952226 or 6188980. OLE color: 6188980.
HSL color Cylindrical-coordinate representation of color #B46F5E: hue angle of 11.86º 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 #B46F5E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 111 | 94 | - |
CMYK | 0 | 0.38 | 0.48 | 0.29 |
HSL | 11.86º | 0.36% | 0.54% | - |
HSV(B) | 11.86º | 0.48% | 0.71% | - |
XYZ | 26.53 | 21.88 | 13.41 | - |
YUV | 129.69 | 107.86 | 163.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 111 | 94 | 0 | 0.38 | 0.48 | 0.29 | 11.86 | 0.36 | 0.54 |
Hex | B4 | 6F | 5E | 0 | 26 | 30 | 1D | C | 24 | 36 |
Octal | 264 | 157 | 136 | 0 | 46 | 60 | 35 | 14 | 44 | 66 |
Binary | 10110100 | 1101111 | 1011110 | 0 | 100110 | 110000 | 11101 | 1100 | 100100 | 110110 |
Color Harmonies of #B46F5E
Complementary color
Monochromatic Colors of #B46F5E
Black with #B46F5E
Text Example
Text Example
White with #B46F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F5E; }
p { color: rgb(180,111,94); }
H1.HeaderClassName
{
color: #B46F5E;
}
.AnyTagClassName
{
color: #B46F5E;
}
</style>
background-color css
<style>
a { background-color: #B46F5E; }
a { background-color: rgb(180,111,94); }
div.DivClassName
{
background-color: #B46F5E;
}
.BgClassName
{
background-color: #B46F5E;
}
</style>
border-color css
<style>
span { border-color: #B46F5E; }
span { border-color: rgb(180,111,94); }
td.TdClassName
{
border-color: #B46F5E;
}
.TagClassName
{
border-color: #B46F5E;
}
</style>