Shades of Coral Tree #B56969
Tints of Coral Tree #B56969
RGB
CMYK
RGB Variations
Color information
#B56969 (or 0xB56969) is known color: Coral Tree. HEX triplet: B5, 69 and 69. RGB value is (181,105,105). Sum of RGB (Red+Green+Blue) = 181+105+105=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B56969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56969 is #4A9696. Grayscale: #7F7F7F. Windows color (decimal): -4888215 or 6908341. OLE color: 6908341.
HSL color Cylindrical-coordinate representation of color #B56969: hue angle of 0º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56969 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 105 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.29 |
| HSL | 0º | 0.34% | 0.56% | - |
| HSV(B) | 0º | 0.42% | 0.71% | - |
| XYZ | 26.66 | 20.95 | 16 | - |
| YUV | 127.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 105 | 0 | 0.42 | 0.42 | 0.29 | 0 | 0.34 | 0.56 |
| Hex | B5 | 69 | 69 | 0 | 2A | 2A | 1D | 0 | 22 | 38 |
| Octal | 265 | 151 | 151 | 0 | 52 | 52 | 35 | 0 | 42 | 70 |
| Binary | 10110101 | 1101001 | 1101001 | 0 | 101010 | 101010 | 11101 | 0 | 100010 | 111000 |
Color Harmonies of #B56969
Complementary color
Monochromatic Colors of #B56969
Black with #B56969
Text Example
Text Example
White with #B56969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56969; }
p { color: rgb(181,105,105); }
H1.HeaderClassName
{
color: #B56969;
}
.AnyTagClassName
{
color: #B56969;
}
</style>
background-color css
<style>
a { background-color: #B56969; }
a { background-color: rgb(181,105,105); }
div.DivClassName
{
background-color: #B56969;
}
.BgClassName
{
background-color: #B56969;
}
</style>
border-color css
<style>
span { border-color: #B56969; }
span { border-color: rgb(181,105,105); }
td.TdClassName
{
border-color: #B56969;
}
.TagClassName
{
border-color: #B56969;
}
</style>