Shades of Coral Tree #B7705D
Tints of Coral Tree #B7705D
RGB
CMYK
RGB Variations
Color information
#B7705D (or 0xB7705D) is known color: Coral Tree. HEX triplet: B7, 70 and 5D. RGB value is (183,112,93). Sum of RGB (Red+Green+Blue) = 183+112+93=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7705D is #488FA2. Grayscale: #838383. Windows color (decimal): -4755363 or 6123703. OLE color: 6123703.
HSL color Cylindrical-coordinate representation of color #B7705D: hue angle of 12.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7705D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 93 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.28 |
| HSL | 12.67º | 0.38% | 0.54% | - |
| HSV(B) | 12.67º | 0.49% | 0.72% | - |
| XYZ | 27.3 | 22.45 | 13.25 | - |
| YUV | 131.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 93 | 0 | 0.39 | 0.49 | 0.28 | 12.67 | 0.38 | 0.54 |
| Hex | B7 | 70 | 5D | 0 | 27 | 31 | 1C | D | 26 | 36 |
| Octal | 267 | 160 | 135 | 0 | 47 | 61 | 34 | 15 | 46 | 66 |
| Binary | 10110111 | 1110000 | 1011101 | 0 | 100111 | 110001 | 11100 | 1101 | 100110 | 110110 |
Color Harmonies of #B7705D
Complementary color
Monochromatic Colors of #B7705D
Black with #B7705D
Text Example
Text Example
White with #B7705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7705D; }
p { color: rgb(183,112,93); }
H1.HeaderClassName
{
color: #B7705D;
}
.AnyTagClassName
{
color: #B7705D;
}
</style>
background-color css
<style>
a { background-color: #B7705D; }
a { background-color: rgb(183,112,93); }
div.DivClassName
{
background-color: #B7705D;
}
.BgClassName
{
background-color: #B7705D;
}
</style>
border-color css
<style>
span { border-color: #B7705D; }
span { border-color: rgb(183,112,93); }
td.TdClassName
{
border-color: #B7705D;
}
.TagClassName
{
border-color: #B7705D;
}
</style>