Shades of Coral Tree #B7745D
Tints of Coral Tree #B7745D
RGB
CMYK
RGB Variations
Color information
#B7745D (or 0xB7745D) is known color: Coral Tree. HEX triplet: B7, 74 and 5D. RGB value is (183,116,93). Sum of RGB (Red+Green+Blue) = 183+116+93=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7745D is #488BA2. Grayscale: #858585. Windows color (decimal): -4754339 or 6124727. OLE color: 6124727.
HSL color Cylindrical-coordinate representation of color #B7745D: hue angle of 15.33º 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 #B7745D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 93 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.28 |
| HSL | 15.33º | 0.38% | 0.54% | - |
| HSV(B) | 15.33º | 0.49% | 0.72% | - |
| XYZ | 27.75 | 23.35 | 13.4 | - |
| YUV | 133.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 93 | 0 | 0.37 | 0.49 | 0.28 | 15.33 | 0.38 | 0.54 |
| Hex | B7 | 74 | 5D | 0 | 25 | 31 | 1C | F | 26 | 36 |
| Octal | 267 | 164 | 135 | 0 | 45 | 61 | 34 | 17 | 46 | 66 |
| Binary | 10110111 | 1110100 | 1011101 | 0 | 100101 | 110001 | 11100 | 1111 | 100110 | 110110 |
Color Harmonies of #B7745D
Complementary color
Monochromatic Colors of #B7745D
Black with #B7745D
Text Example
Text Example
White with #B7745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7745D; }
p { color: rgb(183,116,93); }
H1.HeaderClassName
{
color: #B7745D;
}
.AnyTagClassName
{
color: #B7745D;
}
</style>
background-color css
<style>
a { background-color: #B7745D; }
a { background-color: rgb(183,116,93); }
div.DivClassName
{
background-color: #B7745D;
}
.BgClassName
{
background-color: #B7745D;
}
</style>
border-color css
<style>
span { border-color: #B7745D; }
span { border-color: rgb(183,116,93); }
td.TdClassName
{
border-color: #B7745D;
}
.TagClassName
{
border-color: #B7745D;
}
</style>