Shades of Coral Tree #B1756D
Tints of Coral Tree #B1756D
RGB
CMYK
RGB Variations
Color information
#B1756D (or 0xB1756D) is known color: Coral Tree. HEX triplet: B1, 75 and 6D. RGB value is (177,117,109). Sum of RGB (Red+Green+Blue) = 177+117+109=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1756D is #4E8A92. Grayscale: #868686. Windows color (decimal): -5147283 or 7173553. OLE color: 7173553.
HSL color Cylindrical-coordinate representation of color #B1756D: hue angle of 7.06º 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 #B1756D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 109 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.31 |
| HSL | 7.06º | 0.3% | 0.56% | - |
| HSV(B) | 7.06º | 0.38% | 0.69% | - |
| XYZ | 27.25 | 23.17 | 17.5 | - |
| YUV | 134.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 109 | 0 | 0.34 | 0.38 | 0.31 | 7.06 | 0.3 | 0.56 |
| Hex | B1 | 75 | 6D | 0 | 22 | 26 | 1F | 7 | 1E | 38 |
| Octal | 261 | 165 | 155 | 0 | 42 | 46 | 37 | 7 | 36 | 70 |
| Binary | 10110001 | 1110101 | 1101101 | 0 | 100010 | 100110 | 11111 | 111 | 11110 | 111000 |
Color Harmonies of #B1756D
Complementary color
Monochromatic Colors of #B1756D
Black with #B1756D
Text Example
Text Example
White with #B1756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1756D; }
p { color: rgb(177,117,109); }
H1.HeaderClassName
{
color: #B1756D;
}
.AnyTagClassName
{
color: #B1756D;
}
</style>
background-color css
<style>
a { background-color: #B1756D; }
a { background-color: rgb(177,117,109); }
div.DivClassName
{
background-color: #B1756D;
}
.BgClassName
{
background-color: #B1756D;
}
</style>
border-color css
<style>
span { border-color: #B1756D; }
span { border-color: rgb(177,117,109); }
td.TdClassName
{
border-color: #B1756D;
}
.TagClassName
{
border-color: #B1756D;
}
</style>