Shades of Coral Tree #B26262
Tints of Coral Tree #B26262
RGB
CMYK
RGB Variations
Color information
#B26262 (or 0xB26262) is known color: Coral Tree. HEX triplet: B2, 62 and 62. RGB value is (178,98,98). Sum of RGB (Red+Green+Blue) = 178+98+98=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B26262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26262 is #4D9D9D. Grayscale: #7A7A7A. Windows color (decimal): -5086622 or 6447794. OLE color: 6447794.
HSL color Cylindrical-coordinate representation of color #B26262: hue angle of 0º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26262 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 98 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.30 |
| HSL | 0º | 0.34% | 0.54% | - |
| HSV(B) | 0º | 0.45% | 0.7% | - |
| XYZ | 24.93 | 19.08 | 13.92 | - |
| YUV | 121.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 98 | 0 | 0.45 | 0.45 | 0.30 | 0 | 0.34 | 0.54 |
| Hex | B2 | 62 | 62 | 0 | 2D | 2D | 1E | 0 | 22 | 36 |
| Octal | 262 | 142 | 142 | 0 | 55 | 55 | 36 | 0 | 42 | 66 |
| Binary | 10110010 | 1100010 | 1100010 | 0 | 101101 | 101101 | 11110 | 0 | 100010 | 110110 |
Color Harmonies of #B26262
Complementary color
Monochromatic Colors of #B26262
Black with #B26262
Text Example
Text Example
White with #B26262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26262; }
p { color: rgb(178,98,98); }
H1.HeaderClassName
{
color: #B26262;
}
.AnyTagClassName
{
color: #B26262;
}
</style>
background-color css
<style>
a { background-color: #B26262; }
a { background-color: rgb(178,98,98); }
div.DivClassName
{
background-color: #B26262;
}
.BgClassName
{
background-color: #B26262;
}
</style>
border-color css
<style>
span { border-color: #B26262; }
span { border-color: rgb(178,98,98); }
td.TdClassName
{
border-color: #B26262;
}
.TagClassName
{
border-color: #B26262;
}
</style>