Shades of Coral Tree #B36C64
Tints of Coral Tree #B36C64
RGB
CMYK
RGB Variations
Color information
#B36C64 (or 0xB36C64) is known color: Coral Tree. HEX triplet: B3, 6C and 64. RGB value is (179,108,100). Sum of RGB (Red+Green+Blue) = 179+108+100=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C64 is #4C939B. Grayscale: #808080. Windows color (decimal): -5018524 or 6581427. OLE color: 6581427.
HSL color Cylindrical-coordinate representation of color #B36C64: hue angle of 6.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36C64 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 100 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.30 |
| HSL | 6.08º | 0.34% | 0.55% | - |
| HSV(B) | 6.08º | 0.44% | 0.7% | - |
| XYZ | 26.25 | 21.23 | 14.77 | - |
| YUV | 128.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 100 | 0 | 0.40 | 0.44 | 0.30 | 6.08 | 0.34 | 0.55 |
| Hex | B3 | 6C | 64 | 0 | 28 | 2C | 1E | 6 | 22 | 37 |
| Octal | 263 | 154 | 144 | 0 | 50 | 54 | 36 | 6 | 42 | 67 |
| Binary | 10110011 | 1101100 | 1100100 | 0 | 101000 | 101100 | 11110 | 110 | 100010 | 110111 |
Color Harmonies of #B36C64
Complementary color
Monochromatic Colors of #B36C64
Black with #B36C64
Text Example
Text Example
White with #B36C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C64; }
p { color: rgb(179,108,100); }
H1.HeaderClassName
{
color: #B36C64;
}
.AnyTagClassName
{
color: #B36C64;
}
</style>
background-color css
<style>
a { background-color: #B36C64; }
a { background-color: rgb(179,108,100); }
div.DivClassName
{
background-color: #B36C64;
}
.BgClassName
{
background-color: #B36C64;
}
</style>
border-color css
<style>
span { border-color: #B36C64; }
span { border-color: rgb(179,108,100); }
td.TdClassName
{
border-color: #B36C64;
}
.TagClassName
{
border-color: #B36C64;
}
</style>