Shades of Coral Tree #B26F65
Tints of Coral Tree #B26F65
RGB
CMYK
RGB Variations
Color information
#B26F65 (or 0xB26F65) is known color: Coral Tree. HEX triplet: B2, 6F and 65. RGB value is (178,111,101). Sum of RGB (Red+Green+Blue) = 178+111+101=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F65 is #4D909A. Grayscale: #828282. Windows color (decimal): -5083291 or 6647730. OLE color: 6647730.
HSL color Cylindrical-coordinate representation of color #B26F65: hue angle of 7.79º 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 #B26F65 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 101 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.30 |
| HSL | 7.79º | 0.33% | 0.55% | - |
| HSV(B) | 7.79º | 0.43% | 0.7% | - |
| XYZ | 26.39 | 21.77 | 15.12 | - |
| YUV | 129.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 101 | 0 | 0.38 | 0.43 | 0.30 | 7.79 | 0.33 | 0.55 |
| Hex | B2 | 6F | 65 | 0 | 26 | 2B | 1E | 8 | 21 | 37 |
| Octal | 262 | 157 | 145 | 0 | 46 | 53 | 36 | 10 | 41 | 67 |
| Binary | 10110010 | 1101111 | 1100101 | 0 | 100110 | 101011 | 11110 | 1000 | 100001 | 110111 |
Color Harmonies of #B26F65
Complementary color
Monochromatic Colors of #B26F65
Black with #B26F65
Text Example
Text Example
White with #B26F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F65; }
p { color: rgb(178,111,101); }
H1.HeaderClassName
{
color: #B26F65;
}
.AnyTagClassName
{
color: #B26F65;
}
</style>
background-color css
<style>
a { background-color: #B26F65; }
a { background-color: rgb(178,111,101); }
div.DivClassName
{
background-color: #B26F65;
}
.BgClassName
{
background-color: #B26F65;
}
</style>
border-color css
<style>
span { border-color: #B26F65; }
span { border-color: rgb(178,111,101); }
td.TdClassName
{
border-color: #B26F65;
}
.TagClassName
{
border-color: #B26F65;
}
</style>