Shades of Coral Tree #B0635E
Tints of Coral Tree #B0635E
RGB
CMYK
RGB Variations
Color information
#B0635E (or 0xB0635E) is known color: Coral Tree. HEX triplet: B0, 63 and 5E. RGB value is (176,99,94). Sum of RGB (Red+Green+Blue) = 176+99+94=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0635E is #4F9CA1. Grayscale: #797979. Windows color (decimal): -5217442 or 6185904. OLE color: 6185904.
HSL color Cylindrical-coordinate representation of color #B0635E: hue angle of 3.66º 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 #B0635E is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 94 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.31 |
| HSL | 3.66º | 0.34% | 0.53% | - |
| HSV(B) | 3.66º | 0.47% | 0.69% | - |
| XYZ | 24.39 | 18.96 | 12.96 | - |
| YUV | 121.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 94 | 0 | 0.44 | 0.47 | 0.31 | 3.66 | 0.34 | 0.53 |
| Hex | B0 | 63 | 5E | 0 | 2C | 2F | 1F | 4 | 22 | 35 |
| Octal | 260 | 143 | 136 | 0 | 54 | 57 | 37 | 4 | 42 | 65 |
| Binary | 10110000 | 1100011 | 1011110 | 0 | 101100 | 101111 | 11111 | 100 | 100010 | 110101 |
Color Harmonies of #B0635E
Complementary color
Monochromatic Colors of #B0635E
Black with #B0635E
Text Example
Text Example
White with #B0635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0635E; }
p { color: rgb(176,99,94); }
H1.HeaderClassName
{
color: #B0635E;
}
.AnyTagClassName
{
color: #B0635E;
}
</style>
background-color css
<style>
a { background-color: #B0635E; }
a { background-color: rgb(176,99,94); }
div.DivClassName
{
background-color: #B0635E;
}
.BgClassName
{
background-color: #B0635E;
}
</style>
border-color css
<style>
span { border-color: #B0635E; }
span { border-color: rgb(176,99,94); }
td.TdClassName
{
border-color: #B0635E;
}
.TagClassName
{
border-color: #B0635E;
}
</style>