Shades of Coral Tree #B5706A
Tints of Coral Tree #B5706A
RGB
CMYK
RGB Variations
Color information
#B5706A (or 0xB5706A) is known color: Coral Tree. HEX triplet: B5, 70 and 6A. RGB value is (181,112,106). Sum of RGB (Red+Green+Blue) = 181+112+106=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5706A is #4A8F95. Grayscale: #848484. Windows color (decimal): -4886422 or 6975669. OLE color: 6975669.
HSL color Cylindrical-coordinate representation of color #B5706A: hue angle of 4.8º degrees, saturation: 0.34, 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 #B5706A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 106 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.29 |
| HSL | 4.8º | 0.34% | 0.56% | - |
| HSV(B) | 4.8º | 0.41% | 0.71% | - |
| XYZ | 27.45 | 22.45 | 16.52 | - |
| YUV | 131.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 106 | 0 | 0.38 | 0.41 | 0.29 | 4.8 | 0.34 | 0.56 |
| Hex | B5 | 70 | 6A | 0 | 26 | 29 | 1D | 5 | 22 | 38 |
| Octal | 265 | 160 | 152 | 0 | 46 | 51 | 35 | 5 | 42 | 70 |
| Binary | 10110101 | 1110000 | 1101010 | 0 | 100110 | 101001 | 11101 | 101 | 100010 | 111000 |
Color Harmonies of #B5706A
Complementary color
Monochromatic Colors of #B5706A
Black with #B5706A
Text Example
Text Example
White with #B5706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5706A; }
p { color: rgb(181,112,106); }
H1.HeaderClassName
{
color: #B5706A;
}
.AnyTagClassName
{
color: #B5706A;
}
</style>
background-color css
<style>
a { background-color: #B5706A; }
a { background-color: rgb(181,112,106); }
div.DivClassName
{
background-color: #B5706A;
}
.BgClassName
{
background-color: #B5706A;
}
</style>
border-color css
<style>
span { border-color: #B5706A; }
span { border-color: rgb(181,112,106); }
td.TdClassName
{
border-color: #B5706A;
}
.TagClassName
{
border-color: #B5706A;
}
</style>