Shades of Coral Tree #B56A68
Tints of Coral Tree #B56A68
RGB
CMYK
RGB Variations
Color information
#B56A68 (or 0xB56A68) is known color: Coral Tree. HEX triplet: B5, 6A and 68. RGB value is (181,106,104). Sum of RGB (Red+Green+Blue) = 181+106+104=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A68 is #4A9597. Grayscale: #808080. Windows color (decimal): -4887960 or 6843061. OLE color: 6843061.
HSL color Cylindrical-coordinate representation of color #B56A68: hue angle of 1.56º degrees, saturation: 0.34, 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 #B56A68 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 104 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.29 |
| HSL | 1.56º | 0.34% | 0.56% | - |
| HSV(B) | 1.56º | 0.43% | 0.71% | - |
| XYZ | 26.71 | 21.13 | 15.77 | - |
| YUV | 128.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 104 | 0 | 0.41 | 0.43 | 0.29 | 1.56 | 0.34 | 0.56 |
| Hex | B5 | 6A | 68 | 0 | 29 | 2B | 1D | 2 | 22 | 38 |
| Octal | 265 | 152 | 150 | 0 | 51 | 53 | 35 | 2 | 42 | 70 |
| Binary | 10110101 | 1101010 | 1101000 | 0 | 101001 | 101011 | 11101 | 10 | 100010 | 111000 |
Color Harmonies of #B56A68
Complementary color
Monochromatic Colors of #B56A68
Black with #B56A68
Text Example
Text Example
White with #B56A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A68; }
p { color: rgb(181,106,104); }
H1.HeaderClassName
{
color: #B56A68;
}
.AnyTagClassName
{
color: #B56A68;
}
</style>
background-color css
<style>
a { background-color: #B56A68; }
a { background-color: rgb(181,106,104); }
div.DivClassName
{
background-color: #B56A68;
}
.BgClassName
{
background-color: #B56A68;
}
</style>
border-color css
<style>
span { border-color: #B56A68; }
span { border-color: rgb(181,106,104); }
td.TdClassName
{
border-color: #B56A68;
}
.TagClassName
{
border-color: #B56A68;
}
</style>