Shades of Coral Tree #B56A65
Tints of Coral Tree #B56A65
RGB
CMYK
RGB Variations
Color information
#B56A65 (or 0xB56A65) is known color: Coral Tree. HEX triplet: B5, 6A and 65. RGB value is (181,106,101). Sum of RGB (Red+Green+Blue) = 181+106+101=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A65 is #4A959A. Grayscale: #7F7F7F. Windows color (decimal): -4887963 or 6646453. OLE color: 6646453.
HSL color Cylindrical-coordinate representation of color #B56A65: hue angle of 3.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56A65 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 101 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.29 |
| HSL | 3.75º | 0.35% | 0.55% | - |
| HSV(B) | 3.75º | 0.44% | 0.71% | - |
| XYZ | 26.56 | 21.07 | 14.98 | - |
| YUV | 127.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 101 | 0 | 0.41 | 0.44 | 0.29 | 3.75 | 0.35 | 0.55 |
| Hex | B5 | 6A | 65 | 0 | 29 | 2C | 1D | 4 | 23 | 37 |
| Octal | 265 | 152 | 145 | 0 | 51 | 54 | 35 | 4 | 43 | 67 |
| Binary | 10110101 | 1101010 | 1100101 | 0 | 101001 | 101100 | 11101 | 100 | 100011 | 110111 |
Color Harmonies of #B56A65
Complementary color
Monochromatic Colors of #B56A65
Black with #B56A65
Text Example
Text Example
White with #B56A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A65; }
p { color: rgb(181,106,101); }
H1.HeaderClassName
{
color: #B56A65;
}
.AnyTagClassName
{
color: #B56A65;
}
</style>
background-color css
<style>
a { background-color: #B56A65; }
a { background-color: rgb(181,106,101); }
div.DivClassName
{
background-color: #B56A65;
}
.BgClassName
{
background-color: #B56A65;
}
</style>
border-color css
<style>
span { border-color: #B56A65; }
span { border-color: rgb(181,106,101); }
td.TdClassName
{
border-color: #B56A65;
}
.TagClassName
{
border-color: #B56A65;
}
</style>