Shades of Coral Tree #B56661
Tints of Coral Tree #B56661
RGB
CMYK
RGB Variations
Color information
#B56661 (or 0xB56661) is known color: Coral Tree. HEX triplet: B5, 66 and 61. RGB value is (181,102,97). Sum of RGB (Red+Green+Blue) = 181+102+97=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B56661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56661 is #4A999E. Grayscale: #7D7D7D. Windows color (decimal): -4888991 or 6383285. OLE color: 6383285.
HSL color Cylindrical-coordinate representation of color #B56661: hue angle of 3.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56661 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 97 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.29 |
| HSL | 3.57º | 0.36% | 0.55% | - |
| HSV(B) | 3.57º | 0.46% | 0.71% | - |
| XYZ | 25.97 | 20.19 | 13.84 | - |
| YUV | 125.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 97 | 0 | 0.44 | 0.46 | 0.29 | 3.57 | 0.36 | 0.55 |
| Hex | B5 | 66 | 61 | 0 | 2C | 2E | 1D | 4 | 24 | 37 |
| Octal | 265 | 146 | 141 | 0 | 54 | 56 | 35 | 4 | 44 | 67 |
| Binary | 10110101 | 1100110 | 1100001 | 0 | 101100 | 101110 | 11101 | 100 | 100100 | 110111 |
Color Harmonies of #B56661
Complementary color
Monochromatic Colors of #B56661
Black with #B56661
Text Example
Text Example
White with #B56661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56661; }
p { color: rgb(181,102,97); }
H1.HeaderClassName
{
color: #B56661;
}
.AnyTagClassName
{
color: #B56661;
}
</style>
background-color css
<style>
a { background-color: #B56661; }
a { background-color: rgb(181,102,97); }
div.DivClassName
{
background-color: #B56661;
}
.BgClassName
{
background-color: #B56661;
}
</style>
border-color css
<style>
span { border-color: #B56661; }
span { border-color: rgb(181,102,97); }
td.TdClassName
{
border-color: #B56661;
}
.TagClassName
{
border-color: #B56661;
}
</style>