Shades of Coral Tree #B56F6C
Tints of Coral Tree #B56F6C
RGB
CMYK
RGB Variations
Color information
#B56F6C (or 0xB56F6C) is known color: Coral Tree. HEX triplet: B5, 6F and 6C. RGB value is (181,111,108). Sum of RGB (Red+Green+Blue) = 181+111+108=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F6C is #4A9093. Grayscale: #838383. Windows color (decimal): -4886676 or 7106485. OLE color: 7106485.
HSL color Cylindrical-coordinate representation of color #B56F6C: hue angle of 2.47º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56F6C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 108 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.29 |
| HSL | 2.47º | 0.33% | 0.57% | - |
| HSV(B) | 2.47º | 0.4% | 0.71% | - |
| XYZ | 27.45 | 22.28 | 17.04 | - |
| YUV | 131.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 108 | 0 | 0.39 | 0.40 | 0.29 | 2.47 | 0.33 | 0.57 |
| Hex | B5 | 6F | 6C | 0 | 27 | 28 | 1D | 2 | 21 | 39 |
| Octal | 265 | 157 | 154 | 0 | 47 | 50 | 35 | 2 | 41 | 71 |
| Binary | 10110101 | 1101111 | 1101100 | 0 | 100111 | 101000 | 11101 | 10 | 100001 | 111001 |
Color Harmonies of #B56F6C
Complementary color
Monochromatic Colors of #B56F6C
Black with #B56F6C
Text Example
Text Example
White with #B56F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F6C; }
p { color: rgb(181,111,108); }
H1.HeaderClassName
{
color: #B56F6C;
}
.AnyTagClassName
{
color: #B56F6C;
}
</style>
background-color css
<style>
a { background-color: #B56F6C; }
a { background-color: rgb(181,111,108); }
div.DivClassName
{
background-color: #B56F6C;
}
.BgClassName
{
background-color: #B56F6C;
}
</style>
border-color css
<style>
span { border-color: #B56F6C; }
span { border-color: rgb(181,111,108); }
td.TdClassName
{
border-color: #B56F6C;
}
.TagClassName
{
border-color: #B56F6C;
}
</style>