Shades of Coral Tree #B46867
Tints of Coral Tree #B46867
RGB
CMYK
RGB Variations
Color information
#B46867 (or 0xB46867) is known color: Coral Tree. HEX triplet: B4, 68 and 67. RGB value is (180,104,103). Sum of RGB (Red+Green+Blue) = 180+104+103=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B46867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46867 is #4B9798. Grayscale: #7E7E7E. Windows color (decimal): -4954009 or 6777012. OLE color: 6777012.
HSL color Cylindrical-coordinate representation of color #B46867: hue angle of 0.78º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46867 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 103 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.29 |
| HSL | 0.78º | 0.34% | 0.55% | - |
| HSV(B) | 0.78º | 0.43% | 0.71% | - |
| XYZ | 26.22 | 20.58 | 15.42 | - |
| YUV | 126.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 103 | 0 | 0.42 | 0.43 | 0.29 | 0.78 | 0.34 | 0.55 |
| Hex | B4 | 68 | 67 | 0 | 2A | 2B | 1D | 1 | 22 | 37 |
| Octal | 264 | 150 | 147 | 0 | 52 | 53 | 35 | 1 | 42 | 67 |
| Binary | 10110100 | 1101000 | 1100111 | 0 | 101010 | 101011 | 11101 | 1 | 100010 | 110111 |
Color Harmonies of #B46867
Complementary color
Monochromatic Colors of #B46867
Black with #B46867
Text Example
Text Example
White with #B46867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46867; }
p { color: rgb(180,104,103); }
H1.HeaderClassName
{
color: #B46867;
}
.AnyTagClassName
{
color: #B46867;
}
</style>
background-color css
<style>
a { background-color: #B46867; }
a { background-color: rgb(180,104,103); }
div.DivClassName
{
background-color: #B46867;
}
.BgClassName
{
background-color: #B46867;
}
</style>
border-color css
<style>
span { border-color: #B46867; }
span { border-color: rgb(180,104,103); }
td.TdClassName
{
border-color: #B46867;
}
.TagClassName
{
border-color: #B46867;
}
</style>