Shades of Coral Tree #B07972
Tints of Coral Tree #B07972
RGB
CMYK
RGB Variations
Color information
#B07972 (or 0xB07972) is known color: Coral Tree. HEX triplet: B0, 79 and 72. RGB value is (176,121,114). Sum of RGB (Red+Green+Blue) = 176+121+114=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07972 is #4F868D. Grayscale: #888888. Windows color (decimal): -5211790 or 7502256. OLE color: 7502256.
HSL color Cylindrical-coordinate representation of color #B07972: hue angle of 6.77º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07972 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 114 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.31 |
| HSL | 6.77º | 0.28% | 0.57% | - |
| HSV(B) | 6.77º | 0.35% | 0.69% | - |
| XYZ | 27.78 | 24.12 | 19.11 | - |
| YUV | 136.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 114 | 0 | 0.31 | 0.35 | 0.31 | 6.77 | 0.28 | 0.57 |
| Hex | B0 | 79 | 72 | 0 | 1F | 23 | 1F | 7 | 1C | 39 |
| Octal | 260 | 171 | 162 | 0 | 37 | 43 | 37 | 7 | 34 | 71 |
| Binary | 10110000 | 1111001 | 1110010 | 0 | 11111 | 100011 | 11111 | 111 | 11100 | 111001 |
Color Harmonies of #B07972
Complementary color
Monochromatic Colors of #B07972
Black with #B07972
Text Example
Text Example
White with #B07972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07972; }
p { color: rgb(176,121,114); }
H1.HeaderClassName
{
color: #B07972;
}
.AnyTagClassName
{
color: #B07972;
}
</style>
background-color css
<style>
a { background-color: #B07972; }
a { background-color: rgb(176,121,114); }
div.DivClassName
{
background-color: #B07972;
}
.BgClassName
{
background-color: #B07972;
}
</style>
border-color css
<style>
span { border-color: #B07972; }
span { border-color: rgb(176,121,114); }
td.TdClassName
{
border-color: #B07972;
}
.TagClassName
{
border-color: #B07972;
}
</style>