Shades of Coral Tree #B56A60
Tints of Coral Tree #B56A60
RGB
CMYK
RGB Variations
Color information
#B56A60 (or 0xB56A60) is known color: Coral Tree. HEX triplet: B5, 6A and 60. RGB value is (181,106,96). Sum of RGB (Red+Green+Blue) = 181+106+96=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A60 is #4A959F. Grayscale: #7F7F7F. Windows color (decimal): -4887968 or 6318773. OLE color: 6318773.
HSL color Cylindrical-coordinate representation of color #B56A60: hue angle of 7.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56A60 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 96 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.29 |
| HSL | 7.06º | 0.36% | 0.54% | - |
| HSV(B) | 7.06º | 0.47% | 0.71% | - |
| XYZ | 26.32 | 20.98 | 13.73 | - |
| YUV | 127.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 96 | 0 | 0.41 | 0.47 | 0.29 | 7.06 | 0.36 | 0.54 |
| Hex | B5 | 6A | 60 | 0 | 29 | 2F | 1D | 7 | 24 | 36 |
| Octal | 265 | 152 | 140 | 0 | 51 | 57 | 35 | 7 | 44 | 66 |
| Binary | 10110101 | 1101010 | 1100000 | 0 | 101001 | 101111 | 11101 | 111 | 100100 | 110110 |
Color Harmonies of #B56A60
Complementary color
Monochromatic Colors of #B56A60
Black with #B56A60
Text Example
Text Example
White with #B56A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A60; }
p { color: rgb(181,106,96); }
H1.HeaderClassName
{
color: #B56A60;
}
.AnyTagClassName
{
color: #B56A60;
}
</style>
background-color css
<style>
a { background-color: #B56A60; }
a { background-color: rgb(181,106,96); }
div.DivClassName
{
background-color: #B56A60;
}
.BgClassName
{
background-color: #B56A60;
}
</style>
border-color css
<style>
span { border-color: #B56A60; }
span { border-color: rgb(181,106,96); }
td.TdClassName
{
border-color: #B56A60;
}
.TagClassName
{
border-color: #B56A60;
}
</style>