Shades of Coral Tree #B46D5D
Tints of Coral Tree #B46D5D
RGB
CMYK
RGB Variations
Color information
#B46D5D (or 0xB46D5D) is known color: Coral Tree. HEX triplet: B4, 6D and 5D. RGB value is (180,109,93). Sum of RGB (Red+Green+Blue) = 180+109+93=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D5D is #4B92A2. Grayscale: #808080. Windows color (decimal): -4952739 or 6122932. OLE color: 6122932.
HSL color Cylindrical-coordinate representation of color #B46D5D: hue angle of 11.03º 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 #B46D5D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 93 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.29 |
| HSL | 11.03º | 0.37% | 0.54% | - |
| HSV(B) | 11.03º | 0.48% | 0.71% | - |
| XYZ | 26.27 | 21.43 | 13.11 | - |
| YUV | 128.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 93 | 0 | 0.39 | 0.48 | 0.29 | 11.03 | 0.37 | 0.54 |
| Hex | B4 | 6D | 5D | 0 | 27 | 30 | 1D | B | 25 | 36 |
| Octal | 264 | 155 | 135 | 0 | 47 | 60 | 35 | 13 | 45 | 66 |
| Binary | 10110100 | 1101101 | 1011101 | 0 | 100111 | 110000 | 11101 | 1011 | 100101 | 110110 |
Color Harmonies of #B46D5D
Complementary color
Monochromatic Colors of #B46D5D
Black with #B46D5D
Text Example
Text Example
White with #B46D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D5D; }
p { color: rgb(180,109,93); }
H1.HeaderClassName
{
color: #B46D5D;
}
.AnyTagClassName
{
color: #B46D5D;
}
</style>
background-color css
<style>
a { background-color: #B46D5D; }
a { background-color: rgb(180,109,93); }
div.DivClassName
{
background-color: #B46D5D;
}
.BgClassName
{
background-color: #B46D5D;
}
</style>
border-color css
<style>
span { border-color: #B46D5D; }
span { border-color: rgb(180,109,93); }
td.TdClassName
{
border-color: #B46D5D;
}
.TagClassName
{
border-color: #B46D5D;
}
</style>