Shades of Coral Tree #B4756C
Tints of Coral Tree #B4756C
RGB
CMYK
RGB Variations
Color information
#B4756C (or 0xB4756C) is known color: Coral Tree. HEX triplet: B4, 75 and 6C. RGB value is (180,117,108). Sum of RGB (Red+Green+Blue) = 180+117+108=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4756C is #4B8A93. Grayscale: #868686. Windows color (decimal): -4950676 or 7108020. OLE color: 7108020.
HSL color Cylindrical-coordinate representation of color #B4756C: hue angle of 7.5º 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 #B4756C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 108 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.29 |
| HSL | 7.5º | 0.32% | 0.56% | - |
| HSV(B) | 7.5º | 0.4% | 0.71% | - |
| XYZ | 27.89 | 23.51 | 17.25 | - |
| YUV | 134.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 108 | 0 | 0.35 | 0.40 | 0.29 | 7.5 | 0.32 | 0.56 |
| Hex | B4 | 75 | 6C | 0 | 23 | 28 | 1D | 8 | 20 | 38 |
| Octal | 264 | 165 | 154 | 0 | 43 | 50 | 35 | 10 | 40 | 70 |
| Binary | 10110100 | 1110101 | 1101100 | 0 | 100011 | 101000 | 11101 | 1000 | 100000 | 111000 |
Color Harmonies of #B4756C
Complementary color
Monochromatic Colors of #B4756C
Black with #B4756C
Text Example
Text Example
White with #B4756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4756C; }
p { color: rgb(180,117,108); }
H1.HeaderClassName
{
color: #B4756C;
}
.AnyTagClassName
{
color: #B4756C;
}
</style>
background-color css
<style>
a { background-color: #B4756C; }
a { background-color: rgb(180,117,108); }
div.DivClassName
{
background-color: #B4756C;
}
.BgClassName
{
background-color: #B4756C;
}
</style>
border-color css
<style>
span { border-color: #B4756C; }
span { border-color: rgb(180,117,108); }
td.TdClassName
{
border-color: #B4756C;
}
.TagClassName
{
border-color: #B4756C;
}
</style>