Shades of Coral Tree #B3685B
Tints of Coral Tree #B3685B
RGB
CMYK
RGB Variations
Color information
#B3685B (or 0xB3685B) is known color: Coral Tree. HEX triplet: B3, 68 and 5B. RGB value is (179,104,91). Sum of RGB (Red+Green+Blue) = 179+104+91=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3685B is #4C97A4. Grayscale: #7D7D7D. Windows color (decimal): -5019557 or 5990579. OLE color: 5990579.
HSL color Cylindrical-coordinate representation of color #B3685B: hue angle of 8.86º 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 #B3685B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 91 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.30 |
| HSL | 8.86º | 0.37% | 0.53% | - |
| HSV(B) | 8.86º | 0.49% | 0.7% | - |
| XYZ | 25.43 | 20.24 | 12.46 | - |
| YUV | 124.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 91 | 0 | 0.42 | 0.49 | 0.30 | 8.86 | 0.37 | 0.53 |
| Hex | B3 | 68 | 5B | 0 | 2A | 31 | 1E | 9 | 25 | 35 |
| Octal | 263 | 150 | 133 | 0 | 52 | 61 | 36 | 11 | 45 | 65 |
| Binary | 10110011 | 1101000 | 1011011 | 0 | 101010 | 110001 | 11110 | 1001 | 100101 | 110101 |
Color Harmonies of #B3685B
Complementary color
Monochromatic Colors of #B3685B
Black with #B3685B
Text Example
Text Example
White with #B3685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3685B; }
p { color: rgb(179,104,91); }
H1.HeaderClassName
{
color: #B3685B;
}
.AnyTagClassName
{
color: #B3685B;
}
</style>
background-color css
<style>
a { background-color: #B3685B; }
a { background-color: rgb(179,104,91); }
div.DivClassName
{
background-color: #B3685B;
}
.BgClassName
{
background-color: #B3685B;
}
</style>
border-color css
<style>
span { border-color: #B3685B; }
span { border-color: rgb(179,104,91); }
td.TdClassName
{
border-color: #B3685B;
}
.TagClassName
{
border-color: #B3685B;
}
</style>