Shades of Coral Tree #B17069
Tints of Coral Tree #B17069
RGB
CMYK
RGB Variations
Color information
#B17069 (or 0xB17069) is known color: Coral Tree. HEX triplet: B1, 70 and 69. RGB value is (177,112,105). Sum of RGB (Red+Green+Blue) = 177+112+105=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B17069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17069 is #4E8F96. Grayscale: #828282. Windows color (decimal): -5148567 or 6910129. OLE color: 6910129.
HSL color Cylindrical-coordinate representation of color #B17069: hue angle of 5.83º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17069 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 105 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.31 |
| HSL | 5.83º | 0.32% | 0.55% | - |
| HSV(B) | 5.83º | 0.41% | 0.69% | - |
| XYZ | 26.48 | 21.96 | 16.21 | - |
| YUV | 130.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 105 | 0 | 0.37 | 0.41 | 0.31 | 5.83 | 0.32 | 0.55 |
| Hex | B1 | 70 | 69 | 0 | 25 | 29 | 1F | 6 | 20 | 37 |
| Octal | 261 | 160 | 151 | 0 | 45 | 51 | 37 | 6 | 40 | 67 |
| Binary | 10110001 | 1110000 | 1101001 | 0 | 100101 | 101001 | 11111 | 110 | 100000 | 110111 |
Color Harmonies of #B17069
Complementary color
Monochromatic Colors of #B17069
Black with #B17069
Text Example
Text Example
White with #B17069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17069; }
p { color: rgb(177,112,105); }
H1.HeaderClassName
{
color: #B17069;
}
.AnyTagClassName
{
color: #B17069;
}
</style>
background-color css
<style>
a { background-color: #B17069; }
a { background-color: rgb(177,112,105); }
div.DivClassName
{
background-color: #B17069;
}
.BgClassName
{
background-color: #B17069;
}
</style>
border-color css
<style>
span { border-color: #B17069; }
span { border-color: rgb(177,112,105); }
td.TdClassName
{
border-color: #B17069;
}
.TagClassName
{
border-color: #B17069;
}
</style>