Shades of Coral Tree #B5655B
Tints of Coral Tree #B5655B
RGB
CMYK
RGB Variations
Color information
#B5655B (or 0xB5655B) is known color: Coral Tree. HEX triplet: B5, 65 and 5B. RGB value is (181,101,91). Sum of RGB (Red+Green+Blue) = 181+101+91=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5655B is #4A9AA4. Grayscale: #7B7B7B. Windows color (decimal): -4889253 or 5989813. OLE color: 5989813.
HSL color Cylindrical-coordinate representation of color #B5655B: hue angle of 6.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5655B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 91 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.29 |
| HSL | 6.67º | 0.38% | 0.53% | - |
| HSV(B) | 6.67º | 0.5% | 0.71% | - |
| XYZ | 25.6 | 19.89 | 12.39 | - |
| YUV | 123.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 91 | 0 | 0.44 | 0.50 | 0.29 | 6.67 | 0.38 | 0.53 |
| Hex | B5 | 65 | 5B | 0 | 2C | 32 | 1D | 7 | 26 | 35 |
| Octal | 265 | 145 | 133 | 0 | 54 | 62 | 35 | 7 | 46 | 65 |
| Binary | 10110101 | 1100101 | 1011011 | 0 | 101100 | 110010 | 11101 | 111 | 100110 | 110101 |
Color Harmonies of #B5655B
Complementary color
Monochromatic Colors of #B5655B
Black with #B5655B
Text Example
Text Example
White with #B5655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5655B; }
p { color: rgb(181,101,91); }
H1.HeaderClassName
{
color: #B5655B;
}
.AnyTagClassName
{
color: #B5655B;
}
</style>
background-color css
<style>
a { background-color: #B5655B; }
a { background-color: rgb(181,101,91); }
div.DivClassName
{
background-color: #B5655B;
}
.BgClassName
{
background-color: #B5655B;
}
</style>
border-color css
<style>
span { border-color: #B5655B; }
span { border-color: rgb(181,101,91); }
td.TdClassName
{
border-color: #B5655B;
}
.TagClassName
{
border-color: #B5655B;
}
</style>