Shades of Coral Tree #B46D6D
Tints of Coral Tree #B46D6D
RGB
CMYK
RGB Variations
Color information
#B46D6D (or 0xB46D6D) is known color: Coral Tree. HEX triplet: B4, 6D and 6D. RGB value is (180,109,109). Sum of RGB (Red+Green+Blue) = 180+109+109=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D6D is #4B9292. Grayscale: #828282. Windows color (decimal): -4952723 or 7171508. OLE color: 7171508.
HSL color Cylindrical-coordinate representation of color #B46D6D: hue angle of 0º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46D6D is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 109 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.29 |
| HSL | 0º | 0.32% | 0.57% | - |
| HSV(B) | 0º | 0.39% | 0.71% | - |
| XYZ | 27.05 | 21.74 | 17.24 | - |
| YUV | 130.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 109 | 0 | 0.39 | 0.39 | 0.29 | 0 | 0.32 | 0.57 |
| Hex | B4 | 6D | 6D | 0 | 27 | 27 | 1D | 0 | 20 | 39 |
| Octal | 264 | 155 | 155 | 0 | 47 | 47 | 35 | 0 | 40 | 71 |
| Binary | 10110100 | 1101101 | 1101101 | 0 | 100111 | 100111 | 11101 | 0 | 100000 | 111001 |
Color Harmonies of #B46D6D
Complementary color
Monochromatic Colors of #B46D6D
Black with #B46D6D
Text Example
Text Example
White with #B46D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D6D; }
p { color: rgb(180,109,109); }
H1.HeaderClassName
{
color: #B46D6D;
}
.AnyTagClassName
{
color: #B46D6D;
}
</style>
background-color css
<style>
a { background-color: #B46D6D; }
a { background-color: rgb(180,109,109); }
div.DivClassName
{
background-color: #B46D6D;
}
.BgClassName
{
background-color: #B46D6D;
}
</style>
border-color css
<style>
span { border-color: #B46D6D; }
span { border-color: rgb(180,109,109); }
td.TdClassName
{
border-color: #B46D6D;
}
.TagClassName
{
border-color: #B46D6D;
}
</style>