Shades of Coral Tree #B26762
Tints of Coral Tree #B26762
RGB
CMYK
RGB Variations
Color information
#B26762 (or 0xB26762) is known color: Coral Tree. HEX triplet: B2, 67 and 62. RGB value is (178,103,98). Sum of RGB (Red+Green+Blue) = 178+103+98=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26762 is #4D989D. Grayscale: #7C7C7C. Windows color (decimal): -5085342 or 6449074. OLE color: 6449074.
HSL color Cylindrical-coordinate representation of color #B26762: hue angle of 3.75º 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 #B26762 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 98 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.30 |
| HSL | 3.75º | 0.34% | 0.54% | - |
| HSV(B) | 3.75º | 0.45% | 0.7% | - |
| XYZ | 25.41 | 20.05 | 14.09 | - |
| YUV | 124.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 98 | 0 | 0.42 | 0.45 | 0.30 | 3.75 | 0.34 | 0.54 |
| Hex | B2 | 67 | 62 | 0 | 2A | 2D | 1E | 4 | 22 | 36 |
| Octal | 262 | 147 | 142 | 0 | 52 | 55 | 36 | 4 | 42 | 66 |
| Binary | 10110010 | 1100111 | 1100010 | 0 | 101010 | 101101 | 11110 | 100 | 100010 | 110110 |
Color Harmonies of #B26762
Complementary color
Monochromatic Colors of #B26762
Black with #B26762
Text Example
Text Example
White with #B26762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26762; }
p { color: rgb(178,103,98); }
H1.HeaderClassName
{
color: #B26762;
}
.AnyTagClassName
{
color: #B26762;
}
</style>
background-color css
<style>
a { background-color: #B26762; }
a { background-color: rgb(178,103,98); }
div.DivClassName
{
background-color: #B26762;
}
.BgClassName
{
background-color: #B26762;
}
</style>
border-color css
<style>
span { border-color: #B26762; }
span { border-color: rgb(178,103,98); }
td.TdClassName
{
border-color: #B26762;
}
.TagClassName
{
border-color: #B26762;
}
</style>