Shades of Coral Tree #B17471
Tints of Coral Tree #B17471
RGB
CMYK
RGB Variations
Color information
#B17471 (or 0xB17471) is known color: Coral Tree. HEX triplet: B1, 74 and 71. RGB value is (177,116,113). Sum of RGB (Red+Green+Blue) = 177+116+113=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B17471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17471 is #4E8B8E. Grayscale: #858585. Windows color (decimal): -5147535 or 7435441. OLE color: 7435441.
HSL color Cylindrical-coordinate representation of color #B17471: hue angle of 2.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 #B17471 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 113 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.31 |
| HSL | 2.81º | 0.29% | 0.57% | - |
| HSV(B) | 2.81º | 0.36% | 0.69% | - |
| XYZ | 27.36 | 23.03 | 18.63 | - |
| YUV | 133.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 113 | 0 | 0.34 | 0.36 | 0.31 | 2.81 | 0.29 | 0.57 |
| Hex | B1 | 74 | 71 | 0 | 22 | 24 | 1F | 3 | 1D | 39 |
| Octal | 261 | 164 | 161 | 0 | 42 | 44 | 37 | 3 | 35 | 71 |
| Binary | 10110001 | 1110100 | 1110001 | 0 | 100010 | 100100 | 11111 | 11 | 11101 | 111001 |
Color Harmonies of #B17471
Complementary color
Monochromatic Colors of #B17471
Black with #B17471
Text Example
Text Example
White with #B17471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17471; }
p { color: rgb(177,116,113); }
H1.HeaderClassName
{
color: #B17471;
}
.AnyTagClassName
{
color: #B17471;
}
</style>
background-color css
<style>
a { background-color: #B17471; }
a { background-color: rgb(177,116,113); }
div.DivClassName
{
background-color: #B17471;
}
.BgClassName
{
background-color: #B17471;
}
</style>
border-color css
<style>
span { border-color: #B17471; }
span { border-color: rgb(177,116,113); }
td.TdClassName
{
border-color: #B17471;
}
.TagClassName
{
border-color: #B17471;
}
</style>