Shades of Coral Tree #B1706F
Tints of Coral Tree #B1706F
RGB
CMYK
RGB Variations
Color information
#B1706F (or 0xB1706F) is known color: Coral Tree. HEX triplet: B1, 70 and 6F. RGB value is (177,112,111). Sum of RGB (Red+Green+Blue) = 177+112+111=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1706F is #4E8F90. Grayscale: #838383. Windows color (decimal): -5148561 or 7303345. OLE color: 7303345.
HSL color Cylindrical-coordinate representation of color #B1706F: hue angle of 0.91º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1706F is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 111 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.31 |
| HSL | 0.91º | 0.3% | 0.56% | - |
| HSV(B) | 0.91º | 0.37% | 0.69% | - |
| XYZ | 26.79 | 22.08 | 17.89 | - |
| YUV | 131.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 111 | 0 | 0.37 | 0.37 | 0.31 | 0.91 | 0.3 | 0.56 |
| Hex | B1 | 70 | 6F | 0 | 25 | 25 | 1F | 1 | 1E | 38 |
| Octal | 261 | 160 | 157 | 0 | 45 | 45 | 37 | 1 | 36 | 70 |
| Binary | 10110001 | 1110000 | 1101111 | 0 | 100101 | 100101 | 11111 | 1 | 11110 | 111000 |
Color Harmonies of #B1706F
Complementary color
Monochromatic Colors of #B1706F
Black with #B1706F
Text Example
Text Example
White with #B1706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1706F; }
p { color: rgb(177,112,111); }
H1.HeaderClassName
{
color: #B1706F;
}
.AnyTagClassName
{
color: #B1706F;
}
</style>
background-color css
<style>
a { background-color: #B1706F; }
a { background-color: rgb(177,112,111); }
div.DivClassName
{
background-color: #B1706F;
}
.BgClassName
{
background-color: #B1706F;
}
</style>
border-color css
<style>
span { border-color: #B1706F; }
span { border-color: rgb(177,112,111); }
td.TdClassName
{
border-color: #B1706F;
}
.TagClassName
{
border-color: #B1706F;
}
</style>