Shades of Coral Tree #B37462
Tints of Coral Tree #B37462
RGB
CMYK
RGB Variations
Color information
#B37462 (or 0xB37462) is known color: Coral Tree. HEX triplet: B3, 74 and 62. RGB value is (179,116,98). Sum of RGB (Red+Green+Blue) = 179+116+98=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B37462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37462 is #4C8B9D. Grayscale: #848484. Windows color (decimal): -5016478 or 6452403. OLE color: 6452403.
HSL color Cylindrical-coordinate representation of color #B37462: hue angle of 13.33º degrees, saturation: 0.35, 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 #B37462 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 98 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.30 |
| HSL | 13.33º | 0.35% | 0.54% | - |
| HSV(B) | 13.33º | 0.45% | 0.7% | - |
| XYZ | 27.04 | 22.96 | 14.56 | - |
| YUV | 132.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 98 | 0 | 0.35 | 0.45 | 0.30 | 13.33 | 0.35 | 0.54 |
| Hex | B3 | 74 | 62 | 0 | 23 | 2D | 1E | D | 23 | 36 |
| Octal | 263 | 164 | 142 | 0 | 43 | 55 | 36 | 15 | 43 | 66 |
| Binary | 10110011 | 1110100 | 1100010 | 0 | 100011 | 101101 | 11110 | 1101 | 100011 | 110110 |
Color Harmonies of #B37462
Complementary color
Monochromatic Colors of #B37462
Black with #B37462
Text Example
Text Example
White with #B37462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37462; }
p { color: rgb(179,116,98); }
H1.HeaderClassName
{
color: #B37462;
}
.AnyTagClassName
{
color: #B37462;
}
</style>
background-color css
<style>
a { background-color: #B37462; }
a { background-color: rgb(179,116,98); }
div.DivClassName
{
background-color: #B37462;
}
.BgClassName
{
background-color: #B37462;
}
</style>
border-color css
<style>
span { border-color: #B37462; }
span { border-color: rgb(179,116,98); }
td.TdClassName
{
border-color: #B37462;
}
.TagClassName
{
border-color: #B37462;
}
</style>