Shades of Coral Tree #B4736D
Tints of Coral Tree #B4736D
RGB
CMYK
RGB Variations
Color information
#B4736D (or 0xB4736D) is known color: Coral Tree. HEX triplet: B4, 73 and 6D. RGB value is (180,115,109). Sum of RGB (Red+Green+Blue) = 180+115+109=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4736D is #4B8C92. Grayscale: #858585. Windows color (decimal): -4951187 or 7173044. OLE color: 7173044.
HSL color Cylindrical-coordinate representation of color #B4736D: hue angle of 5.07º 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 #B4736D is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 109 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.29 |
| HSL | 5.07º | 0.32% | 0.57% | - |
| HSV(B) | 5.07º | 0.39% | 0.71% | - |
| XYZ | 27.71 | 23.07 | 17.46 | - |
| YUV | 133.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 109 | 0 | 0.36 | 0.39 | 0.29 | 5.07 | 0.32 | 0.57 |
| Hex | B4 | 73 | 6D | 0 | 24 | 27 | 1D | 5 | 20 | 39 |
| Octal | 264 | 163 | 155 | 0 | 44 | 47 | 35 | 5 | 40 | 71 |
| Binary | 10110100 | 1110011 | 1101101 | 0 | 100100 | 100111 | 11101 | 101 | 100000 | 111001 |
Color Harmonies of #B4736D
Complementary color
Monochromatic Colors of #B4736D
Black with #B4736D
Text Example
Text Example
White with #B4736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4736D; }
p { color: rgb(180,115,109); }
H1.HeaderClassName
{
color: #B4736D;
}
.AnyTagClassName
{
color: #B4736D;
}
</style>
background-color css
<style>
a { background-color: #B4736D; }
a { background-color: rgb(180,115,109); }
div.DivClassName
{
background-color: #B4736D;
}
.BgClassName
{
background-color: #B4736D;
}
</style>
border-color css
<style>
span { border-color: #B4736D; }
span { border-color: rgb(180,115,109); }
td.TdClassName
{
border-color: #B4736D;
}
.TagClassName
{
border-color: #B4736D;
}
</style>