Shades of Coral Tree #B17464
Tints of Coral Tree #B17464
RGB
CMYK
RGB Variations
Color information
#B17464 (or 0xB17464) is known color: Coral Tree. HEX triplet: B1, 74 and 64. RGB value is (177,116,100). Sum of RGB (Red+Green+Blue) = 177+116+100=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17464 is #4E8B9B. Grayscale: #848484. Windows color (decimal): -5147548 or 6583473. OLE color: 6583473.
HSL color Cylindrical-coordinate representation of color #B17464: hue angle of 12.47º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17464 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 100 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.31 |
| HSL | 12.47º | 0.33% | 0.54% | - |
| HSV(B) | 12.47º | 0.44% | 0.69% | - |
| XYZ | 26.68 | 22.76 | 15.04 | - |
| YUV | 132.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 100 | 0 | 0.34 | 0.44 | 0.31 | 12.47 | 0.33 | 0.54 |
| Hex | B1 | 74 | 64 | 0 | 22 | 2C | 1F | C | 21 | 36 |
| Octal | 261 | 164 | 144 | 0 | 42 | 54 | 37 | 14 | 41 | 66 |
| Binary | 10110001 | 1110100 | 1100100 | 0 | 100010 | 101100 | 11111 | 1100 | 100001 | 110110 |
Color Harmonies of #B17464
Complementary color
Monochromatic Colors of #B17464
Black with #B17464
Text Example
Text Example
White with #B17464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17464; }
p { color: rgb(177,116,100); }
H1.HeaderClassName
{
color: #B17464;
}
.AnyTagClassName
{
color: #B17464;
}
</style>
background-color css
<style>
a { background-color: #B17464; }
a { background-color: rgb(177,116,100); }
div.DivClassName
{
background-color: #B17464;
}
.BgClassName
{
background-color: #B17464;
}
</style>
border-color css
<style>
span { border-color: #B17464; }
span { border-color: rgb(177,116,100); }
td.TdClassName
{
border-color: #B17464;
}
.TagClassName
{
border-color: #B17464;
}
</style>