Shades of Coral Tree #B46E6E
Tints of Coral Tree #B46E6E
RGB
CMYK
RGB Variations
Color information
#B46E6E (or 0xB46E6E) is known color: Coral Tree. HEX triplet: B4, 6E and 6E. RGB value is (180,110,110). Sum of RGB (Red+Green+Blue) = 180+110+110=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E6E is #4B9191. Grayscale: #838383. Windows color (decimal): -4952466 or 7237300. OLE color: 7237300.
HSL color Cylindrical-coordinate representation of color #B46E6E: 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 #B46E6E is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 110 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.29 |
| HSL | 0º | 0.32% | 0.57% | - |
| HSV(B) | 0º | 0.39% | 0.71% | - |
| XYZ | 27.21 | 21.98 | 17.56 | - |
| YUV | 130.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 110 | 0 | 0.39 | 0.39 | 0.29 | 0 | 0.32 | 0.57 |
| Hex | B4 | 6E | 6E | 0 | 27 | 27 | 1D | 0 | 20 | 39 |
| Octal | 264 | 156 | 156 | 0 | 47 | 47 | 35 | 0 | 40 | 71 |
| Binary | 10110100 | 1101110 | 1101110 | 0 | 100111 | 100111 | 11101 | 0 | 100000 | 111001 |
Color Harmonies of #B46E6E
Complementary color
Monochromatic Colors of #B46E6E
Black with #B46E6E
Text Example
Text Example
White with #B46E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E6E; }
p { color: rgb(180,110,110); }
H1.HeaderClassName
{
color: #B46E6E;
}
.AnyTagClassName
{
color: #B46E6E;
}
</style>
background-color css
<style>
a { background-color: #B46E6E; }
a { background-color: rgb(180,110,110); }
div.DivClassName
{
background-color: #B46E6E;
}
.BgClassName
{
background-color: #B46E6E;
}
</style>
border-color css
<style>
span { border-color: #B46E6E; }
span { border-color: rgb(180,110,110); }
td.TdClassName
{
border-color: #B46E6E;
}
.TagClassName
{
border-color: #B46E6E;
}
</style>