Shades of Coral Tree #B3695B
Tints of Coral Tree #B3695B
RGB
CMYK
RGB Variations
Color information
#B3695B (or 0xB3695B) is known color: Coral Tree. HEX triplet: B3, 69 and 5B. RGB value is (179,105,91). Sum of RGB (Red+Green+Blue) = 179+105+91=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3695B is #4C96A4. Grayscale: #7D7D7D. Windows color (decimal): -5019301 or 5990835. OLE color: 5990835.
HSL color Cylindrical-coordinate representation of color #B3695B: hue angle of 9.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3695B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 91 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.30 |
| HSL | 9.55º | 0.37% | 0.53% | - |
| HSV(B) | 9.55º | 0.49% | 0.7% | - |
| XYZ | 25.53 | 20.44 | 12.5 | - |
| YUV | 125.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 91 | 0 | 0.41 | 0.49 | 0.30 | 9.55 | 0.37 | 0.53 |
| Hex | B3 | 69 | 5B | 0 | 29 | 31 | 1E | A | 25 | 35 |
| Octal | 263 | 151 | 133 | 0 | 51 | 61 | 36 | 12 | 45 | 65 |
| Binary | 10110011 | 1101001 | 1011011 | 0 | 101001 | 110001 | 11110 | 1010 | 100101 | 110101 |
Color Harmonies of #B3695B
Complementary color
Monochromatic Colors of #B3695B
Black with #B3695B
Text Example
Text Example
White with #B3695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3695B; }
p { color: rgb(179,105,91); }
H1.HeaderClassName
{
color: #B3695B;
}
.AnyTagClassName
{
color: #B3695B;
}
</style>
background-color css
<style>
a { background-color: #B3695B; }
a { background-color: rgb(179,105,91); }
div.DivClassName
{
background-color: #B3695B;
}
.BgClassName
{
background-color: #B3695B;
}
</style>
border-color css
<style>
span { border-color: #B3695B; }
span { border-color: rgb(179,105,91); }
td.TdClassName
{
border-color: #B3695B;
}
.TagClassName
{
border-color: #B3695B;
}
</style>