Shades of Coral Tree #B4756B
Tints of Coral Tree #B4756B
RGB
CMYK
RGB Variations
Color information
#B4756B (or 0xB4756B) is known color: Coral Tree. HEX triplet: B4, 75 and 6B. RGB value is (180,117,107). Sum of RGB (Red+Green+Blue) = 180+117+107=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4756B is #4B8A94. Grayscale: #868686. Windows color (decimal): -4950677 or 7042484. OLE color: 7042484.
HSL color Cylindrical-coordinate representation of color #B4756B: hue angle of 8.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4756B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 107 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.29 |
| HSL | 8.22º | 0.33% | 0.56% | - |
| HSV(B) | 8.22º | 0.41% | 0.71% | - |
| XYZ | 27.84 | 23.49 | 16.98 | - |
| YUV | 134.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 107 | 0 | 0.35 | 0.41 | 0.29 | 8.22 | 0.33 | 0.56 |
| Hex | B4 | 75 | 6B | 0 | 23 | 29 | 1D | 8 | 21 | 38 |
| Octal | 264 | 165 | 153 | 0 | 43 | 51 | 35 | 10 | 41 | 70 |
| Binary | 10110100 | 1110101 | 1101011 | 0 | 100011 | 101001 | 11101 | 1000 | 100001 | 111000 |
Color Harmonies of #B4756B
Complementary color
Monochromatic Colors of #B4756B
Black with #B4756B
Text Example
Text Example
White with #B4756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4756B; }
p { color: rgb(180,117,107); }
H1.HeaderClassName
{
color: #B4756B;
}
.AnyTagClassName
{
color: #B4756B;
}
</style>
background-color css
<style>
a { background-color: #B4756B; }
a { background-color: rgb(180,117,107); }
div.DivClassName
{
background-color: #B4756B;
}
.BgClassName
{
background-color: #B4756B;
}
</style>
border-color css
<style>
span { border-color: #B4756B; }
span { border-color: rgb(180,117,107); }
td.TdClassName
{
border-color: #B4756B;
}
.TagClassName
{
border-color: #B4756B;
}
</style>