Shades of Coral Tree #B1706D
Tints of Coral Tree #B1706D
RGB
CMYK
RGB Variations
Color information
#B1706D (or 0xB1706D) is known color: Coral Tree. HEX triplet: B1, 70 and 6D. RGB value is (177,112,109). Sum of RGB (Red+Green+Blue) = 177+112+109=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1706D is #4E8F92. Grayscale: #838383. Windows color (decimal): -5148563 or 7172273. OLE color: 7172273.
HSL color Cylindrical-coordinate representation of color #B1706D: hue angle of 2.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1706D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 109 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.31 |
| HSL | 2.65º | 0.3% | 0.56% | - |
| HSV(B) | 2.65º | 0.38% | 0.69% | - |
| XYZ | 26.69 | 22.04 | 17.32 | - |
| YUV | 131.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 109 | 0 | 0.37 | 0.38 | 0.31 | 2.65 | 0.3 | 0.56 |
| Hex | B1 | 70 | 6D | 0 | 25 | 26 | 1F | 3 | 1E | 38 |
| Octal | 261 | 160 | 155 | 0 | 45 | 46 | 37 | 3 | 36 | 70 |
| Binary | 10110001 | 1110000 | 1101101 | 0 | 100101 | 100110 | 11111 | 11 | 11110 | 111000 |
Color Harmonies of #B1706D
Complementary color
Monochromatic Colors of #B1706D
Black with #B1706D
Text Example
Text Example
White with #B1706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1706D; }
p { color: rgb(177,112,109); }
H1.HeaderClassName
{
color: #B1706D;
}
.AnyTagClassName
{
color: #B1706D;
}
</style>
background-color css
<style>
a { background-color: #B1706D; }
a { background-color: rgb(177,112,109); }
div.DivClassName
{
background-color: #B1706D;
}
.BgClassName
{
background-color: #B1706D;
}
</style>
border-color css
<style>
span { border-color: #B1706D; }
span { border-color: rgb(177,112,109); }
td.TdClassName
{
border-color: #B1706D;
}
.TagClassName
{
border-color: #B1706D;
}
</style>