Shades of Coral Tree #B16764
Tints of Coral Tree #B16764
RGB
CMYK
RGB Variations
Color information
#B16764 (or 0xB16764) is known color: Coral Tree. HEX triplet: B1, 67 and 64. RGB value is (177,103,100). Sum of RGB (Red+Green+Blue) = 177+103+100=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B16764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16764 is #4E989B. Grayscale: #7C7C7C. Windows color (decimal): -5150876 or 6580145. OLE color: 6580145.
HSL color Cylindrical-coordinate representation of color #B16764: hue angle of 2.34º 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 #B16764 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 100 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.31 |
| HSL | 2.34º | 0.33% | 0.54% | - |
| HSV(B) | 2.34º | 0.44% | 0.69% | - |
| XYZ | 25.28 | 19.97 | 14.58 | - |
| YUV | 124.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 100 | 0 | 0.42 | 0.44 | 0.31 | 2.34 | 0.33 | 0.54 |
| Hex | B1 | 67 | 64 | 0 | 2A | 2C | 1F | 2 | 21 | 36 |
| Octal | 261 | 147 | 144 | 0 | 52 | 54 | 37 | 2 | 41 | 66 |
| Binary | 10110001 | 1100111 | 1100100 | 0 | 101010 | 101100 | 11111 | 10 | 100001 | 110110 |
Color Harmonies of #B16764
Complementary color
Monochromatic Colors of #B16764
Black with #B16764
Text Example
Text Example
White with #B16764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16764; }
p { color: rgb(177,103,100); }
H1.HeaderClassName
{
color: #B16764;
}
.AnyTagClassName
{
color: #B16764;
}
</style>
background-color css
<style>
a { background-color: #B16764; }
a { background-color: rgb(177,103,100); }
div.DivClassName
{
background-color: #B16764;
}
.BgClassName
{
background-color: #B16764;
}
</style>
border-color css
<style>
span { border-color: #B16764; }
span { border-color: rgb(177,103,100); }
td.TdClassName
{
border-color: #B16764;
}
.TagClassName
{
border-color: #B16764;
}
</style>