Shades of Coral Tree #B26459
Tints of Coral Tree #B26459
RGB
CMYK
RGB Variations
Color information
#B26459 (or 0xB26459) is known color: Coral Tree. HEX triplet: B2, 64 and 59. RGB value is (178,100,89). Sum of RGB (Red+Green+Blue) = 178+100+89=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B26459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26459 is #4D9BA6. Grayscale: #7A7A7A. Windows color (decimal): -5086119 or 5858482. OLE color: 5858482.
HSL color Cylindrical-coordinate representation of color #B26459: hue angle of 7.42º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26459 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 89 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.30 |
| HSL | 7.42º | 0.37% | 0.52% | - |
| HSV(B) | 7.42º | 0.5% | 0.7% | - |
| XYZ | 24.72 | 19.3 | 11.87 | - |
| YUV | 122.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 89 | 0 | 0.44 | 0.5 | 0.30 | 7.42 | 0.37 | 0.52 |
| Hex | B2 | 64 | 59 | 0 | 2C | 32 | 1E | 7 | 25 | 34 |
| Octal | 262 | 144 | 131 | 0 | 54 | 62 | 36 | 7 | 45 | 64 |
| Binary | 10110010 | 1100100 | 1011001 | 0 | 101100 | 110010 | 11110 | 111 | 100101 | 110100 |
Color Harmonies of #B26459
Complementary color
Monochromatic Colors of #B26459
Black with #B26459
Text Example
Text Example
White with #B26459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26459; }
p { color: rgb(178,100,89); }
H1.HeaderClassName
{
color: #B26459;
}
.AnyTagClassName
{
color: #B26459;
}
</style>
background-color css
<style>
a { background-color: #B26459; }
a { background-color: rgb(178,100,89); }
div.DivClassName
{
background-color: #B26459;
}
.BgClassName
{
background-color: #B26459;
}
</style>
border-color css
<style>
span { border-color: #B26459; }
span { border-color: rgb(178,100,89); }
td.TdClassName
{
border-color: #B26459;
}
.TagClassName
{
border-color: #B26459;
}
</style>