Shades of Coral Tree #B56C67
Tints of Coral Tree #B56C67
RGB
CMYK
RGB Variations
Color information
#B56C67 (or 0xB56C67) is known color: Coral Tree. HEX triplet: B5, 6C and 67. RGB value is (181,108,103). Sum of RGB (Red+Green+Blue) = 181+108+103=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C67 is #4A9398. Grayscale: #818181. Windows color (decimal): -4887449 or 6778037. OLE color: 6778037.
HSL color Cylindrical-coordinate representation of color #B56C67: hue angle of 3.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56C67 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 103 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.29 |
| HSL | 3.85º | 0.35% | 0.56% | - |
| HSV(B) | 3.85º | 0.43% | 0.71% | - |
| XYZ | 26.87 | 21.53 | 15.57 | - |
| YUV | 129.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 103 | 0 | 0.40 | 0.43 | 0.29 | 3.85 | 0.35 | 0.56 |
| Hex | B5 | 6C | 67 | 0 | 28 | 2B | 1D | 4 | 23 | 38 |
| Octal | 265 | 154 | 147 | 0 | 50 | 53 | 35 | 4 | 43 | 70 |
| Binary | 10110101 | 1101100 | 1100111 | 0 | 101000 | 101011 | 11101 | 100 | 100011 | 111000 |
Color Harmonies of #B56C67
Complementary color
Monochromatic Colors of #B56C67
Black with #B56C67
Text Example
Text Example
White with #B56C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C67; }
p { color: rgb(181,108,103); }
H1.HeaderClassName
{
color: #B56C67;
}
.AnyTagClassName
{
color: #B56C67;
}
</style>
background-color css
<style>
a { background-color: #B56C67; }
a { background-color: rgb(181,108,103); }
div.DivClassName
{
background-color: #B56C67;
}
.BgClassName
{
background-color: #B56C67;
}
</style>
border-color css
<style>
span { border-color: #B56C67; }
span { border-color: rgb(181,108,103); }
td.TdClassName
{
border-color: #B56C67;
}
.TagClassName
{
border-color: #B56C67;
}
</style>