Shades of Coral Tree #B17465
Tints of Coral Tree #B17465
RGB
CMYK
RGB Variations
Color information
#B17465 (or 0xB17465) is known color: Coral Tree. HEX triplet: B1, 74 and 65. RGB value is (177,116,101). Sum of RGB (Red+Green+Blue) = 177+116+101=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B17465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17465 is #4E8B9A. Grayscale: #848484. Windows color (decimal): -5147547 or 6649009. OLE color: 6649009.
HSL color Cylindrical-coordinate representation of color #B17465: hue angle of 11.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17465 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 101 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.31 |
| HSL | 11.84º | 0.33% | 0.55% | - |
| HSV(B) | 11.84º | 0.43% | 0.69% | - |
| XYZ | 26.73 | 22.78 | 15.3 | - |
| YUV | 132.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 101 | 0 | 0.34 | 0.43 | 0.31 | 11.84 | 0.33 | 0.55 |
| Hex | B1 | 74 | 65 | 0 | 22 | 2B | 1F | C | 21 | 37 |
| Octal | 261 | 164 | 145 | 0 | 42 | 53 | 37 | 14 | 41 | 67 |
| Binary | 10110001 | 1110100 | 1100101 | 0 | 100010 | 101011 | 11111 | 1100 | 100001 | 110111 |
Color Harmonies of #B17465
Complementary color
Monochromatic Colors of #B17465
Black with #B17465
Text Example
Text Example
White with #B17465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17465; }
p { color: rgb(177,116,101); }
H1.HeaderClassName
{
color: #B17465;
}
.AnyTagClassName
{
color: #B17465;
}
</style>
background-color css
<style>
a { background-color: #B17465; }
a { background-color: rgb(177,116,101); }
div.DivClassName
{
background-color: #B17465;
}
.BgClassName
{
background-color: #B17465;
}
</style>
border-color css
<style>
span { border-color: #B17465; }
span { border-color: rgb(177,116,101); }
td.TdClassName
{
border-color: #B17465;
}
.TagClassName
{
border-color: #B17465;
}
</style>