Shades of Coral Tree #B5685D
Tints of Coral Tree #B5685D
RGB
CMYK
RGB Variations
Color information
#B5685D (or 0xB5685D) is known color: Coral Tree. HEX triplet: B5, 68 and 5D. RGB value is (181,104,93). Sum of RGB (Red+Green+Blue) = 181+104+93=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5685D is #4A97A2. Grayscale: #7D7D7D. Windows color (decimal): -4888483 or 6121653. OLE color: 6121653.
HSL color Cylindrical-coordinate representation of color #B5685D: hue angle of 7.5º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5685D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 93 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.29 |
| HSL | 7.5º | 0.37% | 0.54% | - |
| HSV(B) | 7.5º | 0.49% | 0.71% | - |
| XYZ | 25.98 | 20.51 | 12.95 | - |
| YUV | 125.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 93 | 0 | 0.43 | 0.49 | 0.29 | 7.5 | 0.37 | 0.54 |
| Hex | B5 | 68 | 5D | 0 | 2B | 31 | 1D | 8 | 25 | 36 |
| Octal | 265 | 150 | 135 | 0 | 53 | 61 | 35 | 10 | 45 | 66 |
| Binary | 10110101 | 1101000 | 1011101 | 0 | 101011 | 110001 | 11101 | 1000 | 100101 | 110110 |
Color Harmonies of #B5685D
Complementary color
Monochromatic Colors of #B5685D
Black with #B5685D
Text Example
Text Example
White with #B5685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5685D; }
p { color: rgb(181,104,93); }
H1.HeaderClassName
{
color: #B5685D;
}
.AnyTagClassName
{
color: #B5685D;
}
</style>
background-color css
<style>
a { background-color: #B5685D; }
a { background-color: rgb(181,104,93); }
div.DivClassName
{
background-color: #B5685D;
}
.BgClassName
{
background-color: #B5685D;
}
</style>
border-color css
<style>
span { border-color: #B5685D; }
span { border-color: rgb(181,104,93); }
td.TdClassName
{
border-color: #B5685D;
}
.TagClassName
{
border-color: #B5685D;
}
</style>