Shades of Coral Tree #B4736C
Tints of Coral Tree #B4736C
RGB
CMYK
RGB Variations
Color information
#B4736C (or 0xB4736C) is known color: Coral Tree. HEX triplet: B4, 73 and 6C. RGB value is (180,115,108). Sum of RGB (Red+Green+Blue) = 180+115+108=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4736C is #4B8C93. Grayscale: #858585. Windows color (decimal): -4951188 or 7107508. OLE color: 7107508.
HSL color Cylindrical-coordinate representation of color #B4736C: hue angle of 5.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4736C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 108 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.29 |
| HSL | 5.83º | 0.32% | 0.56% | - |
| HSV(B) | 5.83º | 0.4% | 0.71% | - |
| XYZ | 27.66 | 23.05 | 17.18 | - |
| YUV | 133.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 108 | 0 | 0.36 | 0.40 | 0.29 | 5.83 | 0.32 | 0.56 |
| Hex | B4 | 73 | 6C | 0 | 24 | 28 | 1D | 6 | 20 | 38 |
| Octal | 264 | 163 | 154 | 0 | 44 | 50 | 35 | 6 | 40 | 70 |
| Binary | 10110100 | 1110011 | 1101100 | 0 | 100100 | 101000 | 11101 | 110 | 100000 | 111000 |
Color Harmonies of #B4736C
Complementary color
Monochromatic Colors of #B4736C
Black with #B4736C
Text Example
Text Example
White with #B4736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4736C; }
p { color: rgb(180,115,108); }
H1.HeaderClassName
{
color: #B4736C;
}
.AnyTagClassName
{
color: #B4736C;
}
</style>
background-color css
<style>
a { background-color: #B4736C; }
a { background-color: rgb(180,115,108); }
div.DivClassName
{
background-color: #B4736C;
}
.BgClassName
{
background-color: #B4736C;
}
</style>
border-color css
<style>
span { border-color: #B4736C; }
span { border-color: rgb(180,115,108); }
td.TdClassName
{
border-color: #B4736C;
}
.TagClassName
{
border-color: #B4736C;
}
</style>