Shades of Coral Tree #B26961
Tints of Coral Tree #B26961
RGB
CMYK
RGB Variations
Color information
#B26961 (or 0xB26961) is known color: Coral Tree. HEX triplet: B2, 69 and 61. RGB value is (178,105,97). Sum of RGB (Red+Green+Blue) = 178+105+97=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26961 is #4D969E. Grayscale: #7E7E7E. Windows color (decimal): -5084831 or 6384050. OLE color: 6384050.
HSL color Cylindrical-coordinate representation of color #B26961: hue angle of 5.93º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26961 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 97 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.30 |
| HSL | 5.93º | 0.34% | 0.54% | - |
| HSV(B) | 5.93º | 0.46% | 0.7% | - |
| XYZ | 25.57 | 20.43 | 13.91 | - |
| YUV | 125.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 97 | 0 | 0.41 | 0.46 | 0.30 | 5.93 | 0.34 | 0.54 |
| Hex | B2 | 69 | 61 | 0 | 29 | 2E | 1E | 6 | 22 | 36 |
| Octal | 262 | 151 | 141 | 0 | 51 | 56 | 36 | 6 | 42 | 66 |
| Binary | 10110010 | 1101001 | 1100001 | 0 | 101001 | 101110 | 11110 | 110 | 100010 | 110110 |
Color Harmonies of #B26961
Complementary color
Monochromatic Colors of #B26961
Black with #B26961
Text Example
Text Example
White with #B26961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26961; }
p { color: rgb(178,105,97); }
H1.HeaderClassName
{
color: #B26961;
}
.AnyTagClassName
{
color: #B26961;
}
</style>
background-color css
<style>
a { background-color: #B26961; }
a { background-color: rgb(178,105,97); }
div.DivClassName
{
background-color: #B26961;
}
.BgClassName
{
background-color: #B26961;
}
</style>
border-color css
<style>
span { border-color: #B26961; }
span { border-color: rgb(178,105,97); }
td.TdClassName
{
border-color: #B26961;
}
.TagClassName
{
border-color: #B26961;
}
</style>