Shades of Coral Tree #B07571
Tints of Coral Tree #B07571
RGB
CMYK
RGB Variations
Color information
#B07571 (or 0xB07571) is known color: Coral Tree. HEX triplet: B0, 75 and 71. RGB value is (176,117,113). Sum of RGB (Red+Green+Blue) = 176+117+113=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B07571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07571 is #4F8A8E. Grayscale: #868686. Windows color (decimal): -5212815 or 7435696. OLE color: 7435696.
HSL color Cylindrical-coordinate representation of color #B07571: hue angle of 3.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07571 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 113 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.31 |
| HSL | 3.81º | 0.29% | 0.57% | - |
| HSV(B) | 3.81º | 0.36% | 0.69% | - |
| XYZ | 27.25 | 23.14 | 18.65 | - |
| YUV | 134.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 113 | 0 | 0.34 | 0.36 | 0.31 | 3.81 | 0.29 | 0.57 |
| Hex | B0 | 75 | 71 | 0 | 22 | 24 | 1F | 4 | 1D | 39 |
| Octal | 260 | 165 | 161 | 0 | 42 | 44 | 37 | 4 | 35 | 71 |
| Binary | 10110000 | 1110101 | 1110001 | 0 | 100010 | 100100 | 11111 | 100 | 11101 | 111001 |
Color Harmonies of #B07571
Complementary color
Monochromatic Colors of #B07571
Black with #B07571
Text Example
Text Example
White with #B07571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07571; }
p { color: rgb(176,117,113); }
H1.HeaderClassName
{
color: #B07571;
}
.AnyTagClassName
{
color: #B07571;
}
</style>
background-color css
<style>
a { background-color: #B07571; }
a { background-color: rgb(176,117,113); }
div.DivClassName
{
background-color: #B07571;
}
.BgClassName
{
background-color: #B07571;
}
</style>
border-color css
<style>
span { border-color: #B07571; }
span { border-color: rgb(176,117,113); }
td.TdClassName
{
border-color: #B07571;
}
.TagClassName
{
border-color: #B07571;
}
</style>