Shades of Coral Tree #B17468
Tints of Coral Tree #B17468
RGB
CMYK
RGB Variations
Color information
#B17468 (or 0xB17468) is known color: Coral Tree. HEX triplet: B1, 74 and 68. RGB value is (177,116,104). Sum of RGB (Red+Green+Blue) = 177+116+104=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B17468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17468 is #4E8B97. Grayscale: #848484. Windows color (decimal): -5147544 or 6845617. OLE color: 6845617.
HSL color Cylindrical-coordinate representation of color #B17468: hue angle of 9.86º 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 #B17468 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 104 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.31 |
| HSL | 9.86º | 0.32% | 0.55% | - |
| HSV(B) | 9.86º | 0.41% | 0.69% | - |
| XYZ | 26.88 | 22.84 | 16.09 | - |
| YUV | 132.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 104 | 0 | 0.34 | 0.41 | 0.31 | 9.86 | 0.32 | 0.55 |
| Hex | B1 | 74 | 68 | 0 | 22 | 29 | 1F | A | 20 | 37 |
| Octal | 261 | 164 | 150 | 0 | 42 | 51 | 37 | 12 | 40 | 67 |
| Binary | 10110001 | 1110100 | 1101000 | 0 | 100010 | 101001 | 11111 | 1010 | 100000 | 110111 |
Color Harmonies of #B17468
Complementary color
Monochromatic Colors of #B17468
Black with #B17468
Text Example
Text Example
White with #B17468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17468; }
p { color: rgb(177,116,104); }
H1.HeaderClassName
{
color: #B17468;
}
.AnyTagClassName
{
color: #B17468;
}
</style>
background-color css
<style>
a { background-color: #B17468; }
a { background-color: rgb(177,116,104); }
div.DivClassName
{
background-color: #B17468;
}
.BgClassName
{
background-color: #B17468;
}
</style>
border-color css
<style>
span { border-color: #B17468; }
span { border-color: rgb(177,116,104); }
td.TdClassName
{
border-color: #B17468;
}
.TagClassName
{
border-color: #B17468;
}
</style>