Shades of Coral Tree #B36C68
Tints of Coral Tree #B36C68
RGB
CMYK
RGB Variations
Color information
#B36C68 (or 0xB36C68) is known color: Coral Tree. HEX triplet: B3, 6C and 68. RGB value is (179,108,104). Sum of RGB (Red+Green+Blue) = 179+108+104=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C68 is #4C9397. Grayscale: #808080. Windows color (decimal): -5018520 or 6843571. OLE color: 6843571.
HSL color Cylindrical-coordinate representation of color #B36C68: hue angle of 3.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36C68 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 104 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.30 |
| HSL | 3.2º | 0.33% | 0.55% | - |
| HSV(B) | 3.2º | 0.42% | 0.7% | - |
| XYZ | 26.45 | 21.31 | 15.82 | - |
| YUV | 128.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 104 | 0 | 0.40 | 0.42 | 0.30 | 3.2 | 0.33 | 0.55 |
| Hex | B3 | 6C | 68 | 0 | 28 | 2A | 1E | 3 | 21 | 37 |
| Octal | 263 | 154 | 150 | 0 | 50 | 52 | 36 | 3 | 41 | 67 |
| Binary | 10110011 | 1101100 | 1101000 | 0 | 101000 | 101010 | 11110 | 11 | 100001 | 110111 |
Color Harmonies of #B36C68
Complementary color
Monochromatic Colors of #B36C68
Black with #B36C68
Text Example
Text Example
White with #B36C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C68; }
p { color: rgb(179,108,104); }
H1.HeaderClassName
{
color: #B36C68;
}
.AnyTagClassName
{
color: #B36C68;
}
</style>
background-color css
<style>
a { background-color: #B36C68; }
a { background-color: rgb(179,108,104); }
div.DivClassName
{
background-color: #B36C68;
}
.BgClassName
{
background-color: #B36C68;
}
</style>
border-color css
<style>
span { border-color: #B36C68; }
span { border-color: rgb(179,108,104); }
td.TdClassName
{
border-color: #B36C68;
}
.TagClassName
{
border-color: #B36C68;
}
</style>