Shades of Coral Tree #B36A5E
Tints of Coral Tree #B36A5E
RGB
CMYK
RGB Variations
Color information
#B36A5E (or 0xB36A5E) is known color: Coral Tree. HEX triplet: B3, 6A and 5E. RGB value is (179,106,94). Sum of RGB (Red+Green+Blue) = 179+106+94=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36A5E is #4C95A1. Grayscale: #7E7E7E. Windows color (decimal): -5019042 or 6187699. OLE color: 6187699.
HSL color Cylindrical-coordinate representation of color #B36A5E: hue angle of 8.47º 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 #B36A5E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 94 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.30 |
| HSL | 8.47º | 0.36% | 0.54% | - |
| HSV(B) | 8.47º | 0.47% | 0.7% | - |
| XYZ | 25.76 | 20.7 | 13.23 | - |
| YUV | 126.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 94 | 0 | 0.41 | 0.47 | 0.30 | 8.47 | 0.36 | 0.54 |
| Hex | B3 | 6A | 5E | 0 | 29 | 2F | 1E | 8 | 24 | 36 |
| Octal | 263 | 152 | 136 | 0 | 51 | 57 | 36 | 10 | 44 | 66 |
| Binary | 10110011 | 1101010 | 1011110 | 0 | 101001 | 101111 | 11110 | 1000 | 100100 | 110110 |
Color Harmonies of #B36A5E
Complementary color
Monochromatic Colors of #B36A5E
Black with #B36A5E
Text Example
Text Example
White with #B36A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A5E; }
p { color: rgb(179,106,94); }
H1.HeaderClassName
{
color: #B36A5E;
}
.AnyTagClassName
{
color: #B36A5E;
}
</style>
background-color css
<style>
a { background-color: #B36A5E; }
a { background-color: rgb(179,106,94); }
div.DivClassName
{
background-color: #B36A5E;
}
.BgClassName
{
background-color: #B36A5E;
}
</style>
border-color css
<style>
span { border-color: #B36A5E; }
span { border-color: rgb(179,106,94); }
td.TdClassName
{
border-color: #B36A5E;
}
.TagClassName
{
border-color: #B36A5E;
}
</style>