Shades of Coral Tree #B36F5E
Tints of Coral Tree #B36F5E
RGB
CMYK
RGB Variations
Color information
#B36F5E (or 0xB36F5E) is known color: Coral Tree. HEX triplet: B3, 6F and 5E. RGB value is (179,111,94). Sum of RGB (Red+Green+Blue) = 179+111+94=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F5E is #4C90A1. Grayscale: #818181. Windows color (decimal): -5017762 or 6188979. OLE color: 6188979.
HSL color Cylindrical-coordinate representation of color #B36F5E: hue angle of 12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36F5E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 94 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.30 |
| HSL | 12º | 0.36% | 0.54% | - |
| HSV(B) | 12º | 0.47% | 0.7% | - |
| XYZ | 26.3 | 21.76 | 13.4 | - |
| YUV | 129.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 94 | 0 | 0.38 | 0.47 | 0.30 | 12 | 0.36 | 0.54 |
| Hex | B3 | 6F | 5E | 0 | 26 | 2F | 1E | C | 24 | 36 |
| Octal | 263 | 157 | 136 | 0 | 46 | 57 | 36 | 14 | 44 | 66 |
| Binary | 10110011 | 1101111 | 1011110 | 0 | 100110 | 101111 | 11110 | 1100 | 100100 | 110110 |
Color Harmonies of #B36F5E
Complementary color
Monochromatic Colors of #B36F5E
Black with #B36F5E
Text Example
Text Example
White with #B36F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F5E; }
p { color: rgb(179,111,94); }
H1.HeaderClassName
{
color: #B36F5E;
}
.AnyTagClassName
{
color: #B36F5E;
}
</style>
background-color css
<style>
a { background-color: #B36F5E; }
a { background-color: rgb(179,111,94); }
div.DivClassName
{
background-color: #B36F5E;
}
.BgClassName
{
background-color: #B36F5E;
}
</style>
border-color css
<style>
span { border-color: #B36F5E; }
span { border-color: rgb(179,111,94); }
td.TdClassName
{
border-color: #B36F5E;
}
.TagClassName
{
border-color: #B36F5E;
}
</style>