Shades of Coral Tree #B36960
Tints of Coral Tree #B36960
RGB
CMYK
RGB Variations
Color information
#B36960 (or 0xB36960) is known color: Coral Tree. HEX triplet: B3, 69 and 60. RGB value is (179,105,96). Sum of RGB (Red+Green+Blue) = 179+105+96=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B36960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36960 is #4C969F. Grayscale: #7E7E7E. Windows color (decimal): -5019296 or 6318515. OLE color: 6318515.
HSL color Cylindrical-coordinate representation of color #B36960: hue angle of 6.51º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36960 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 96 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.30 |
| HSL | 6.51º | 0.35% | 0.54% | - |
| HSV(B) | 6.51º | 0.46% | 0.7% | - |
| XYZ | 25.75 | 20.53 | 13.67 | - |
| YUV | 126.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 96 | 0 | 0.41 | 0.46 | 0.30 | 6.51 | 0.35 | 0.54 |
| Hex | B3 | 69 | 60 | 0 | 29 | 2E | 1E | 7 | 23 | 36 |
| Octal | 263 | 151 | 140 | 0 | 51 | 56 | 36 | 7 | 43 | 66 |
| Binary | 10110011 | 1101001 | 1100000 | 0 | 101001 | 101110 | 11110 | 111 | 100011 | 110110 |
Color Harmonies of #B36960
Complementary color
Monochromatic Colors of #B36960
Black with #B36960
Text Example
Text Example
White with #B36960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36960; }
p { color: rgb(179,105,96); }
H1.HeaderClassName
{
color: #B36960;
}
.AnyTagClassName
{
color: #B36960;
}
</style>
background-color css
<style>
a { background-color: #B36960; }
a { background-color: rgb(179,105,96); }
div.DivClassName
{
background-color: #B36960;
}
.BgClassName
{
background-color: #B36960;
}
</style>
border-color css
<style>
span { border-color: #B36960; }
span { border-color: rgb(179,105,96); }
td.TdClassName
{
border-color: #B36960;
}
.TagClassName
{
border-color: #B36960;
}
</style>