Shades of Coral Tree #B56C6B
Tints of Coral Tree #B56C6B
RGB
CMYK
RGB Variations
Color information
#B56C6B (or 0xB56C6B) is known color: Coral Tree. HEX triplet: B5, 6C and 6B. RGB value is (181,108,107). Sum of RGB (Red+Green+Blue) = 181+108+107=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C6B is #4A9394. Grayscale: #818181. Windows color (decimal): -4887445 or 7040181. OLE color: 7040181.
HSL color Cylindrical-coordinate representation of color #B56C6B: hue angle of 0.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56C6B is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 107 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.29 |
| HSL | 0.81º | 0.33% | 0.56% | - |
| HSV(B) | 0.81º | 0.41% | 0.71% | - |
| XYZ | 27.07 | 21.61 | 16.65 | - |
| YUV | 129.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 107 | 0 | 0.40 | 0.41 | 0.29 | 0.81 | 0.33 | 0.56 |
| Hex | B5 | 6C | 6B | 0 | 28 | 29 | 1D | 1 | 21 | 38 |
| Octal | 265 | 154 | 153 | 0 | 50 | 51 | 35 | 1 | 41 | 70 |
| Binary | 10110101 | 1101100 | 1101011 | 0 | 101000 | 101001 | 11101 | 1 | 100001 | 111000 |
Color Harmonies of #B56C6B
Complementary color
Monochromatic Colors of #B56C6B
Black with #B56C6B
Text Example
Text Example
White with #B56C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C6B; }
p { color: rgb(181,108,107); }
H1.HeaderClassName
{
color: #B56C6B;
}
.AnyTagClassName
{
color: #B56C6B;
}
</style>
background-color css
<style>
a { background-color: #B56C6B; }
a { background-color: rgb(181,108,107); }
div.DivClassName
{
background-color: #B56C6B;
}
.BgClassName
{
background-color: #B56C6B;
}
</style>
border-color css
<style>
span { border-color: #B56C6B; }
span { border-color: rgb(181,108,107); }
td.TdClassName
{
border-color: #B56C6B;
}
.TagClassName
{
border-color: #B56C6B;
}
</style>