Shades of Coral Tree #B1735E
Tints of Coral Tree #B1735E
RGB
CMYK
RGB Variations
Color information
#B1735E (or 0xB1735E) is known color: Coral Tree. HEX triplet: B1, 73 and 5E. RGB value is (177,115,94). Sum of RGB (Red+Green+Blue) = 177+115+94=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1735E is #4E8CA1. Grayscale: #838383. Windows color (decimal): -5147810 or 6190001. OLE color: 6190001.
HSL color Cylindrical-coordinate representation of color #B1735E: hue angle of 15.18º 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 #B1735E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 94 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.31 |
| HSL | 15.18º | 0.35% | 0.53% | - |
| HSV(B) | 15.18º | 0.47% | 0.69% | - |
| XYZ | 26.28 | 22.42 | 13.53 | - |
| YUV | 131.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 94 | 0 | 0.35 | 0.47 | 0.31 | 15.18 | 0.35 | 0.53 |
| Hex | B1 | 73 | 5E | 0 | 23 | 2F | 1F | F | 23 | 35 |
| Octal | 261 | 163 | 136 | 0 | 43 | 57 | 37 | 17 | 43 | 65 |
| Binary | 10110001 | 1110011 | 1011110 | 0 | 100011 | 101111 | 11111 | 1111 | 100011 | 110101 |
Color Harmonies of #B1735E
Complementary color
Monochromatic Colors of #B1735E
Black with #B1735E
Text Example
Text Example
White with #B1735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1735E; }
p { color: rgb(177,115,94); }
H1.HeaderClassName
{
color: #B1735E;
}
.AnyTagClassName
{
color: #B1735E;
}
</style>
background-color css
<style>
a { background-color: #B1735E; }
a { background-color: rgb(177,115,94); }
div.DivClassName
{
background-color: #B1735E;
}
.BgClassName
{
background-color: #B1735E;
}
</style>
border-color css
<style>
span { border-color: #B1735E; }
span { border-color: rgb(177,115,94); }
td.TdClassName
{
border-color: #B1735E;
}
.TagClassName
{
border-color: #B1735E;
}
</style>