Shades of Coral Tree #B1756E
Tints of Coral Tree #B1756E
RGB
CMYK
RGB Variations
Color information
#B1756E (or 0xB1756E) is known color: Coral Tree. HEX triplet: B1, 75 and 6E. RGB value is (177,117,110). Sum of RGB (Red+Green+Blue) = 177+117+110=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1756E is #4E8A91. Grayscale: #868686. Windows color (decimal): -5147282 or 7239089. OLE color: 7239089.
HSL color Cylindrical-coordinate representation of color #B1756E: hue angle of 6.27º 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 #B1756E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 110 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.31 |
| HSL | 6.27º | 0.3% | 0.56% | - |
| HSV(B) | 6.27º | 0.38% | 0.69% | - |
| XYZ | 27.31 | 23.2 | 17.79 | - |
| YUV | 134.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 110 | 0 | 0.34 | 0.38 | 0.31 | 6.27 | 0.3 | 0.56 |
| Hex | B1 | 75 | 6E | 0 | 22 | 26 | 1F | 6 | 1E | 38 |
| Octal | 261 | 165 | 156 | 0 | 42 | 46 | 37 | 6 | 36 | 70 |
| Binary | 10110001 | 1110101 | 1101110 | 0 | 100010 | 100110 | 11111 | 110 | 11110 | 111000 |
Color Harmonies of #B1756E
Complementary color
Monochromatic Colors of #B1756E
Black with #B1756E
Text Example
Text Example
White with #B1756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1756E; }
p { color: rgb(177,117,110); }
H1.HeaderClassName
{
color: #B1756E;
}
.AnyTagClassName
{
color: #B1756E;
}
</style>
background-color css
<style>
a { background-color: #B1756E; }
a { background-color: rgb(177,117,110); }
div.DivClassName
{
background-color: #B1756E;
}
.BgClassName
{
background-color: #B1756E;
}
</style>
border-color css
<style>
span { border-color: #B1756E; }
span { border-color: rgb(177,117,110); }
td.TdClassName
{
border-color: #B1756E;
}
.TagClassName
{
border-color: #B1756E;
}
</style>