Shades of Coral Tree #B1705D
Tints of Coral Tree #B1705D
RGB
CMYK
RGB Variations
Color information
#B1705D (or 0xB1705D) is known color: Coral Tree. HEX triplet: B1, 70 and 5D. RGB value is (177,112,93). Sum of RGB (Red+Green+Blue) = 177+112+93=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1705D is #4E8FA2. Grayscale: #818181. Windows color (decimal): -5148579 or 6123697. OLE color: 6123697.
HSL color Cylindrical-coordinate representation of color #B1705D: hue angle of 13.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1705D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 93 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.31 |
| HSL | 13.57º | 0.35% | 0.53% | - |
| HSV(B) | 13.57º | 0.47% | 0.69% | - |
| XYZ | 25.9 | 21.73 | 13.18 | - |
| YUV | 129.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 93 | 0 | 0.37 | 0.47 | 0.31 | 13.57 | 0.35 | 0.53 |
| Hex | B1 | 70 | 5D | 0 | 25 | 2F | 1F | E | 23 | 35 |
| Octal | 261 | 160 | 135 | 0 | 45 | 57 | 37 | 16 | 43 | 65 |
| Binary | 10110001 | 1110000 | 1011101 | 0 | 100101 | 101111 | 11111 | 1110 | 100011 | 110101 |
Color Harmonies of #B1705D
Complementary color
Monochromatic Colors of #B1705D
Black with #B1705D
Text Example
Text Example
White with #B1705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1705D; }
p { color: rgb(177,112,93); }
H1.HeaderClassName
{
color: #B1705D;
}
.AnyTagClassName
{
color: #B1705D;
}
</style>
background-color css
<style>
a { background-color: #B1705D; }
a { background-color: rgb(177,112,93); }
div.DivClassName
{
background-color: #B1705D;
}
.BgClassName
{
background-color: #B1705D;
}
</style>
border-color css
<style>
span { border-color: #B1705D; }
span { border-color: rgb(177,112,93); }
td.TdClassName
{
border-color: #B1705D;
}
.TagClassName
{
border-color: #B1705D;
}
</style>