Shades of Coral Tree #B26565
Tints of Coral Tree #B26565
RGB
CMYK
RGB Variations
Color information
#B26565 (or 0xB26565) is known color: Coral Tree. HEX triplet: B2, 65 and 65. RGB value is (178,101,101). Sum of RGB (Red+Green+Blue) = 178+101+101=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26565 is #4D9A9A. Grayscale: #7C7C7C. Windows color (decimal): -5085851 or 6645170. OLE color: 6645170.
HSL color Cylindrical-coordinate representation of color #B26565: hue angle of 0º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26565 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 101 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.30 |
| HSL | 0º | 0.33% | 0.55% | - |
| HSV(B) | 0º | 0.43% | 0.7% | - |
| XYZ | 25.36 | 19.71 | 14.78 | - |
| YUV | 124.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 101 | 0 | 0.43 | 0.43 | 0.30 | 0 | 0.33 | 0.55 |
| Hex | B2 | 65 | 65 | 0 | 2B | 2B | 1E | 0 | 21 | 37 |
| Octal | 262 | 145 | 145 | 0 | 53 | 53 | 36 | 0 | 41 | 67 |
| Binary | 10110010 | 1100101 | 1100101 | 0 | 101011 | 101011 | 11110 | 0 | 100001 | 110111 |
Color Harmonies of #B26565
Complementary color
Monochromatic Colors of #B26565
Black with #B26565
Text Example
Text Example
White with #B26565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26565; }
p { color: rgb(178,101,101); }
H1.HeaderClassName
{
color: #B26565;
}
.AnyTagClassName
{
color: #B26565;
}
</style>
background-color css
<style>
a { background-color: #B26565; }
a { background-color: rgb(178,101,101); }
div.DivClassName
{
background-color: #B26565;
}
.BgClassName
{
background-color: #B26565;
}
</style>
border-color css
<style>
span { border-color: #B26565; }
span { border-color: rgb(178,101,101); }
td.TdClassName
{
border-color: #B26565;
}
.TagClassName
{
border-color: #B26565;
}
</style>