Shades of Coral Tree #B26865
Tints of Coral Tree #B26865
RGB
CMYK
RGB Variations
Color information
#B26865 (or 0xB26865) is known color: Coral Tree. HEX triplet: B2, 68 and 65. RGB value is (178,104,101). Sum of RGB (Red+Green+Blue) = 178+104+101=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B26865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26865 is #4D979A. Grayscale: #7D7D7D. Windows color (decimal): -5085083 or 6645938. OLE color: 6645938.
HSL color Cylindrical-coordinate representation of color #B26865: hue angle of 2.34º 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 #B26865 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 101 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.30 |
| HSL | 2.34º | 0.33% | 0.55% | - |
| HSV(B) | 2.34º | 0.43% | 0.7% | - |
| XYZ | 25.66 | 20.31 | 14.88 | - |
| YUV | 125.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 101 | 0 | 0.42 | 0.43 | 0.30 | 2.34 | 0.33 | 0.55 |
| Hex | B2 | 68 | 65 | 0 | 2A | 2B | 1E | 2 | 21 | 37 |
| Octal | 262 | 150 | 145 | 0 | 52 | 53 | 36 | 2 | 41 | 67 |
| Binary | 10110010 | 1101000 | 1100101 | 0 | 101010 | 101011 | 11110 | 10 | 100001 | 110111 |
Color Harmonies of #B26865
Complementary color
Monochromatic Colors of #B26865
Black with #B26865
Text Example
Text Example
White with #B26865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26865; }
p { color: rgb(178,104,101); }
H1.HeaderClassName
{
color: #B26865;
}
.AnyTagClassName
{
color: #B26865;
}
</style>
background-color css
<style>
a { background-color: #B26865; }
a { background-color: rgb(178,104,101); }
div.DivClassName
{
background-color: #B26865;
}
.BgClassName
{
background-color: #B26865;
}
</style>
border-color css
<style>
span { border-color: #B26865; }
span { border-color: rgb(178,104,101); }
td.TdClassName
{
border-color: #B26865;
}
.TagClassName
{
border-color: #B26865;
}
</style>