Shades of Coral Tree #B0695E
Tints of Coral Tree #B0695E
RGB
CMYK
RGB Variations
Color information
#B0695E (or 0xB0695E) is known color: Coral Tree. HEX triplet: B0, 69 and 5E. RGB value is (176,105,94). Sum of RGB (Red+Green+Blue) = 176+105+94=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0695E is #4F96A1. Grayscale: #7D7D7D. Windows color (decimal): -5215906 or 6187440. OLE color: 6187440.
HSL color Cylindrical-coordinate representation of color #B0695E: hue angle of 8.05º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0695E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 94 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.31 |
| HSL | 8.05º | 0.34% | 0.53% | - |
| HSV(B) | 8.05º | 0.47% | 0.69% | - |
| XYZ | 24.98 | 20.14 | 13.16 | - |
| YUV | 124.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 94 | 0 | 0.40 | 0.47 | 0.31 | 8.05 | 0.34 | 0.53 |
| Hex | B0 | 69 | 5E | 0 | 28 | 2F | 1F | 8 | 22 | 35 |
| Octal | 260 | 151 | 136 | 0 | 50 | 57 | 37 | 10 | 42 | 65 |
| Binary | 10110000 | 1101001 | 1011110 | 0 | 101000 | 101111 | 11111 | 1000 | 100010 | 110101 |
Color Harmonies of #B0695E
Complementary color
Monochromatic Colors of #B0695E
Black with #B0695E
Text Example
Text Example
White with #B0695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0695E; }
p { color: rgb(176,105,94); }
H1.HeaderClassName
{
color: #B0695E;
}
.AnyTagClassName
{
color: #B0695E;
}
</style>
background-color css
<style>
a { background-color: #B0695E; }
a { background-color: rgb(176,105,94); }
div.DivClassName
{
background-color: #B0695E;
}
.BgClassName
{
background-color: #B0695E;
}
</style>
border-color css
<style>
span { border-color: #B0695E; }
span { border-color: rgb(176,105,94); }
td.TdClassName
{
border-color: #B0695E;
}
.TagClassName
{
border-color: #B0695E;
}
</style>