Shades of Coral Tree #B16867
Tints of Coral Tree #B16867
RGB
CMYK
RGB Variations
Color information
#B16867 (or 0xB16867) is known color: Coral Tree. HEX triplet: B1, 68 and 67. RGB value is (177,104,103). Sum of RGB (Red+Green+Blue) = 177+104+103=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B16867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16867 is #4E9798. Grayscale: #7D7D7D. Windows color (decimal): -5150617 or 6777009. OLE color: 6777009.
HSL color Cylindrical-coordinate representation of color #B16867: hue angle of 0.81º 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 #B16867 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 103 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.31 |
| HSL | 0.81º | 0.32% | 0.55% | - |
| HSV(B) | 0.81º | 0.42% | 0.69% | - |
| XYZ | 25.53 | 20.23 | 15.39 | - |
| YUV | 125.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 103 | 0 | 0.41 | 0.42 | 0.31 | 0.81 | 0.32 | 0.55 |
| Hex | B1 | 68 | 67 | 0 | 29 | 2A | 1F | 1 | 20 | 37 |
| Octal | 261 | 150 | 147 | 0 | 51 | 52 | 37 | 1 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1100111 | 0 | 101001 | 101010 | 11111 | 1 | 100000 | 110111 |
Color Harmonies of #B16867
Complementary color
Monochromatic Colors of #B16867
Black with #B16867
Text Example
Text Example
White with #B16867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16867; }
p { color: rgb(177,104,103); }
H1.HeaderClassName
{
color: #B16867;
}
.AnyTagClassName
{
color: #B16867;
}
</style>
background-color css
<style>
a { background-color: #B16867; }
a { background-color: rgb(177,104,103); }
div.DivClassName
{
background-color: #B16867;
}
.BgClassName
{
background-color: #B16867;
}
</style>
border-color css
<style>
span { border-color: #B16867; }
span { border-color: rgb(177,104,103); }
td.TdClassName
{
border-color: #B16867;
}
.TagClassName
{
border-color: #B16867;
}
</style>