Shades of Coral Tree #B17266
Tints of Coral Tree #B17266
RGB
CMYK
RGB Variations
Color information
#B17266 (or 0xB17266) is known color: Coral Tree. HEX triplet: B1, 72 and 66. RGB value is (177,114,102). Sum of RGB (Red+Green+Blue) = 177+114+102=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17266 is #4E8D99. Grayscale: #838383. Windows color (decimal): -5148058 or 6714033. OLE color: 6714033.
HSL color Cylindrical-coordinate representation of color #B17266: hue angle of 9.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17266 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 102 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.31 |
| HSL | 9.6º | 0.32% | 0.55% | - |
| HSV(B) | 9.6º | 0.42% | 0.69% | - |
| XYZ | 26.55 | 22.34 | 15.48 | - |
| YUV | 131.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 102 | 0 | 0.36 | 0.42 | 0.31 | 9.6 | 0.32 | 0.55 |
| Hex | B1 | 72 | 66 | 0 | 24 | 2A | 1F | A | 20 | 37 |
| Octal | 261 | 162 | 146 | 0 | 44 | 52 | 37 | 12 | 40 | 67 |
| Binary | 10110001 | 1110010 | 1100110 | 0 | 100100 | 101010 | 11111 | 1010 | 100000 | 110111 |
Color Harmonies of #B17266
Complementary color
Monochromatic Colors of #B17266
Black with #B17266
Text Example
Text Example
White with #B17266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17266; }
p { color: rgb(177,114,102); }
H1.HeaderClassName
{
color: #B17266;
}
.AnyTagClassName
{
color: #B17266;
}
</style>
background-color css
<style>
a { background-color: #B17266; }
a { background-color: rgb(177,114,102); }
div.DivClassName
{
background-color: #B17266;
}
.BgClassName
{
background-color: #B17266;
}
</style>
border-color css
<style>
span { border-color: #B17266; }
span { border-color: rgb(177,114,102); }
td.TdClassName
{
border-color: #B17266;
}
.TagClassName
{
border-color: #B17266;
}
</style>