Shades of Coral Tree #B5755F
Tints of Coral Tree #B5755F
RGB
CMYK
RGB Variations
Color information
#B5755F (or 0xB5755F) is known color: Coral Tree. HEX triplet: B5, 75 and 5F. RGB value is (181,117,95). Sum of RGB (Red+Green+Blue) = 181+117+95=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5755F is #4A8AA0. Grayscale: #858585. Windows color (decimal): -4885153 or 6256053. OLE color: 6256053.
HSL color Cylindrical-coordinate representation of color #B5755F: hue angle of 15.35º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5755F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 95 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.29 |
| HSL | 15.35º | 0.37% | 0.54% | - |
| HSV(B) | 15.35º | 0.48% | 0.71% | - |
| XYZ | 27.48 | 23.37 | 13.89 | - |
| YUV | 133.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 95 | 0 | 0.35 | 0.48 | 0.29 | 15.35 | 0.37 | 0.54 |
| Hex | B5 | 75 | 5F | 0 | 23 | 30 | 1D | F | 25 | 36 |
| Octal | 265 | 165 | 137 | 0 | 43 | 60 | 35 | 17 | 45 | 66 |
| Binary | 10110101 | 1110101 | 1011111 | 0 | 100011 | 110000 | 11101 | 1111 | 100101 | 110110 |
Color Harmonies of #B5755F
Complementary color
Monochromatic Colors of #B5755F
Black with #B5755F
Text Example
Text Example
White with #B5755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5755F; }
p { color: rgb(181,117,95); }
H1.HeaderClassName
{
color: #B5755F;
}
.AnyTagClassName
{
color: #B5755F;
}
</style>
background-color css
<style>
a { background-color: #B5755F; }
a { background-color: rgb(181,117,95); }
div.DivClassName
{
background-color: #B5755F;
}
.BgClassName
{
background-color: #B5755F;
}
</style>
border-color css
<style>
span { border-color: #B5755F; }
span { border-color: rgb(181,117,95); }
td.TdClassName
{
border-color: #B5755F;
}
.TagClassName
{
border-color: #B5755F;
}
</style>