Shades of Coral Tree #B07672
Tints of Coral Tree #B07672
RGB
CMYK
RGB Variations
Color information
#B07672 (or 0xB07672) is known color: Coral Tree. HEX triplet: B0, 76 and 72. RGB value is (176,118,114). Sum of RGB (Red+Green+Blue) = 176+118+114=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07672 is #4F898D. Grayscale: #868686. Windows color (decimal): -5212558 or 7501488. OLE color: 7501488.
HSL color Cylindrical-coordinate representation of color #B07672: hue angle of 3.87º 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 #B07672 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 114 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.31 |
| HSL | 3.87º | 0.28% | 0.57% | - |
| HSV(B) | 3.87º | 0.35% | 0.69% | - |
| XYZ | 27.42 | 23.4 | 18.99 | - |
| YUV | 134.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 114 | 0 | 0.33 | 0.35 | 0.31 | 3.87 | 0.28 | 0.57 |
| Hex | B0 | 76 | 72 | 0 | 21 | 23 | 1F | 4 | 1C | 39 |
| Octal | 260 | 166 | 162 | 0 | 41 | 43 | 37 | 4 | 34 | 71 |
| Binary | 10110000 | 1110110 | 1110010 | 0 | 100001 | 100011 | 11111 | 100 | 11100 | 111001 |
Color Harmonies of #B07672
Complementary color
Monochromatic Colors of #B07672
Black with #B07672
Text Example
Text Example
White with #B07672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07672; }
p { color: rgb(176,118,114); }
H1.HeaderClassName
{
color: #B07672;
}
.AnyTagClassName
{
color: #B07672;
}
</style>
background-color css
<style>
a { background-color: #B07672; }
a { background-color: rgb(176,118,114); }
div.DivClassName
{
background-color: #B07672;
}
.BgClassName
{
background-color: #B07672;
}
</style>
border-color css
<style>
span { border-color: #B07672; }
span { border-color: rgb(176,118,114); }
td.TdClassName
{
border-color: #B07672;
}
.TagClassName
{
border-color: #B07672;
}
</style>