Shades of Coral Tree #B26964
Tints of Coral Tree #B26964
RGB
CMYK
RGB Variations
Color information
#B26964 (or 0xB26964) is known color: Coral Tree. HEX triplet: B2, 69 and 64. RGB value is (178,105,100). Sum of RGB (Red+Green+Blue) = 178+105+100=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B26964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26964 is #4D969B. Grayscale: #7E7E7E. Windows color (decimal): -5084828 or 6580658. OLE color: 6580658.
HSL color Cylindrical-coordinate representation of color #B26964: hue angle of 3.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26964 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 100 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.30 |
| HSL | 3.85º | 0.34% | 0.55% | - |
| HSV(B) | 3.85º | 0.44% | 0.7% | - |
| XYZ | 25.71 | 20.49 | 14.66 | - |
| YUV | 126.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 100 | 0 | 0.41 | 0.44 | 0.30 | 3.85 | 0.34 | 0.55 |
| Hex | B2 | 69 | 64 | 0 | 29 | 2C | 1E | 4 | 22 | 37 |
| Octal | 262 | 151 | 144 | 0 | 51 | 54 | 36 | 4 | 42 | 67 |
| Binary | 10110010 | 1101001 | 1100100 | 0 | 101001 | 101100 | 11110 | 100 | 100010 | 110111 |
Color Harmonies of #B26964
Complementary color
Monochromatic Colors of #B26964
Black with #B26964
Text Example
Text Example
White with #B26964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26964; }
p { color: rgb(178,105,100); }
H1.HeaderClassName
{
color: #B26964;
}
.AnyTagClassName
{
color: #B26964;
}
</style>
background-color css
<style>
a { background-color: #B26964; }
a { background-color: rgb(178,105,100); }
div.DivClassName
{
background-color: #B26964;
}
.BgClassName
{
background-color: #B26964;
}
</style>
border-color css
<style>
span { border-color: #B26964; }
span { border-color: rgb(178,105,100); }
td.TdClassName
{
border-color: #B26964;
}
.TagClassName
{
border-color: #B26964;
}
</style>