Shades of Coral Tree #B5695E
Tints of Coral Tree #B5695E
RGB
CMYK
RGB Variations
Color information
#B5695E (or 0xB5695E) is known color: Coral Tree. HEX triplet: B5, 69 and 5E. RGB value is (181,105,94). Sum of RGB (Red+Green+Blue) = 181+105+94=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5695E is #4A96A1. Grayscale: #7E7E7E. Windows color (decimal): -4888226 or 6187445. OLE color: 6187445.
HSL color Cylindrical-coordinate representation of color #B5695E: hue angle of 7.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5695E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 94 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.29 |
| HSL | 7.59º | 0.37% | 0.54% | - |
| HSV(B) | 7.59º | 0.48% | 0.71% | - |
| XYZ | 26.13 | 20.74 | 13.21 | - |
| YUV | 126.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 94 | 0 | 0.42 | 0.48 | 0.29 | 7.59 | 0.37 | 0.54 |
| Hex | B5 | 69 | 5E | 0 | 2A | 30 | 1D | 8 | 25 | 36 |
| Octal | 265 | 151 | 136 | 0 | 52 | 60 | 35 | 10 | 45 | 66 |
| Binary | 10110101 | 1101001 | 1011110 | 0 | 101010 | 110000 | 11101 | 1000 | 100101 | 110110 |
Color Harmonies of #B5695E
Complementary color
Monochromatic Colors of #B5695E
Black with #B5695E
Text Example
Text Example
White with #B5695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5695E; }
p { color: rgb(181,105,94); }
H1.HeaderClassName
{
color: #B5695E;
}
.AnyTagClassName
{
color: #B5695E;
}
</style>
background-color css
<style>
a { background-color: #B5695E; }
a { background-color: rgb(181,105,94); }
div.DivClassName
{
background-color: #B5695E;
}
.BgClassName
{
background-color: #B5695E;
}
</style>
border-color css
<style>
span { border-color: #B5695E; }
span { border-color: rgb(181,105,94); }
td.TdClassName
{
border-color: #B5695E;
}
.TagClassName
{
border-color: #B5695E;
}
</style>