Shades of Coral Tree #B36C62
Tints of Coral Tree #B36C62
RGB
CMYK
RGB Variations
Color information
#B36C62 (or 0xB36C62) is known color: Coral Tree. HEX triplet: B3, 6C and 62. RGB value is (179,108,98). Sum of RGB (Red+Green+Blue) = 179+108+98=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C62 is #4C939D. Grayscale: #808080. Windows color (decimal): -5018526 or 6450355. OLE color: 6450355.
HSL color Cylindrical-coordinate representation of color #B36C62: hue angle of 7.41º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36C62 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 98 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.30 |
| HSL | 7.41º | 0.35% | 0.54% | - |
| HSV(B) | 7.41º | 0.45% | 0.7% | - |
| XYZ | 26.16 | 21.19 | 14.27 | - |
| YUV | 128.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 98 | 0 | 0.40 | 0.45 | 0.30 | 7.41 | 0.35 | 0.54 |
| Hex | B3 | 6C | 62 | 0 | 28 | 2D | 1E | 7 | 23 | 36 |
| Octal | 263 | 154 | 142 | 0 | 50 | 55 | 36 | 7 | 43 | 66 |
| Binary | 10110011 | 1101100 | 1100010 | 0 | 101000 | 101101 | 11110 | 111 | 100011 | 110110 |
Color Harmonies of #B36C62
Complementary color
Monochromatic Colors of #B36C62
Black with #B36C62
Text Example
Text Example
White with #B36C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C62; }
p { color: rgb(179,108,98); }
H1.HeaderClassName
{
color: #B36C62;
}
.AnyTagClassName
{
color: #B36C62;
}
</style>
background-color css
<style>
a { background-color: #B36C62; }
a { background-color: rgb(179,108,98); }
div.DivClassName
{
background-color: #B36C62;
}
.BgClassName
{
background-color: #B36C62;
}
</style>
border-color css
<style>
span { border-color: #B36C62; }
span { border-color: rgb(179,108,98); }
td.TdClassName
{
border-color: #B36C62;
}
.TagClassName
{
border-color: #B36C62;
}
</style>