Shades of Coral Tree #B57065
Tints of Coral Tree #B57065
RGB
CMYK
RGB Variations
Color information
#B57065 (or 0xB57065) is known color: Coral Tree. HEX triplet: B5, 70 and 65. RGB value is (181,112,101). Sum of RGB (Red+Green+Blue) = 181+112+101=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B57065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57065 is #4A8F9A. Grayscale: #838383. Windows color (decimal): -4886427 or 6647989. OLE color: 6647989.
HSL color Cylindrical-coordinate representation of color #B57065: hue angle of 8.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B57065 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 101 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.29 |
| HSL | 8.25º | 0.35% | 0.55% | - |
| HSV(B) | 8.25º | 0.44% | 0.71% | - |
| XYZ | 27.2 | 22.35 | 15.19 | - |
| YUV | 131.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 101 | 0 | 0.38 | 0.44 | 0.29 | 8.25 | 0.35 | 0.55 |
| Hex | B5 | 70 | 65 | 0 | 26 | 2C | 1D | 8 | 23 | 37 |
| Octal | 265 | 160 | 145 | 0 | 46 | 54 | 35 | 10 | 43 | 67 |
| Binary | 10110101 | 1110000 | 1100101 | 0 | 100110 | 101100 | 11101 | 1000 | 100011 | 110111 |
Color Harmonies of #B57065
Complementary color
Monochromatic Colors of #B57065
Black with #B57065
Text Example
Text Example
White with #B57065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57065; }
p { color: rgb(181,112,101); }
H1.HeaderClassName
{
color: #B57065;
}
.AnyTagClassName
{
color: #B57065;
}
</style>
background-color css
<style>
a { background-color: #B57065; }
a { background-color: rgb(181,112,101); }
div.DivClassName
{
background-color: #B57065;
}
.BgClassName
{
background-color: #B57065;
}
</style>
border-color css
<style>
span { border-color: #B57065; }
span { border-color: rgb(181,112,101); }
td.TdClassName
{
border-color: #B57065;
}
.TagClassName
{
border-color: #B57065;
}
</style>