Shades of Coral Tree #B0695B
Tints of Coral Tree #B0695B
RGB
CMYK
RGB Variations
Color information
#B0695B (or 0xB0695B) is known color: Coral Tree. HEX triplet: B0, 69 and 5B. RGB value is (176,105,91). Sum of RGB (Red+Green+Blue) = 176+105+91=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0695B is #4F96A4. Grayscale: #7C7C7C. Windows color (decimal): -5215909 or 5990832. OLE color: 5990832.
HSL color Cylindrical-coordinate representation of color #B0695B: hue angle of 9.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0695B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 91 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.31 |
| HSL | 9.88º | 0.35% | 0.52% | - |
| HSV(B) | 9.88º | 0.48% | 0.69% | - |
| XYZ | 24.84 | 20.09 | 12.47 | - |
| YUV | 124.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 91 | 0 | 0.40 | 0.48 | 0.31 | 9.88 | 0.35 | 0.52 |
| Hex | B0 | 69 | 5B | 0 | 28 | 30 | 1F | A | 23 | 34 |
| Octal | 260 | 151 | 133 | 0 | 50 | 60 | 37 | 12 | 43 | 64 |
| Binary | 10110000 | 1101001 | 1011011 | 0 | 101000 | 110000 | 11111 | 1010 | 100011 | 110100 |
Color Harmonies of #B0695B
Complementary color
Monochromatic Colors of #B0695B
Black with #B0695B
Text Example
Text Example
White with #B0695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0695B; }
p { color: rgb(176,105,91); }
H1.HeaderClassName
{
color: #B0695B;
}
.AnyTagClassName
{
color: #B0695B;
}
</style>
background-color css
<style>
a { background-color: #B0695B; }
a { background-color: rgb(176,105,91); }
div.DivClassName
{
background-color: #B0695B;
}
.BgClassName
{
background-color: #B0695B;
}
</style>
border-color css
<style>
span { border-color: #B0695B; }
span { border-color: rgb(176,105,91); }
td.TdClassName
{
border-color: #B0695B;
}
.TagClassName
{
border-color: #B0695B;
}
</style>