Shades of Coral Tree #B67062
Tints of Coral Tree #B67062
RGB
CMYK
RGB Variations
Color information
#B67062 (or 0xB67062) is known color: Coral Tree. HEX triplet: B6, 70 and 62. RGB value is (182,112,98). Sum of RGB (Red+Green+Blue) = 182+112+98=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B67062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67062 is #498F9D. Grayscale: #838383. Windows color (decimal): -4820894 or 6451382. OLE color: 6451382.
HSL color Cylindrical-coordinate representation of color #B67062: hue angle of 10º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67062 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 98 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.29 |
| HSL | 10º | 0.37% | 0.55% | - |
| HSV(B) | 10º | 0.46% | 0.71% | - |
| XYZ | 27.29 | 22.42 | 14.44 | - |
| YUV | 131.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 98 | 0 | 0.38 | 0.46 | 0.29 | 10 | 0.37 | 0.55 |
| Hex | B6 | 70 | 62 | 0 | 26 | 2E | 1D | A | 25 | 37 |
| Octal | 266 | 160 | 142 | 0 | 46 | 56 | 35 | 12 | 45 | 67 |
| Binary | 10110110 | 1110000 | 1100010 | 0 | 100110 | 101110 | 11101 | 1010 | 100101 | 110111 |
Color Harmonies of #B67062
Complementary color
Monochromatic Colors of #B67062
Black with #B67062
Text Example
Text Example
White with #B67062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67062; }
p { color: rgb(182,112,98); }
H1.HeaderClassName
{
color: #B67062;
}
.AnyTagClassName
{
color: #B67062;
}
</style>
background-color css
<style>
a { background-color: #B67062; }
a { background-color: rgb(182,112,98); }
div.DivClassName
{
background-color: #B67062;
}
.BgClassName
{
background-color: #B67062;
}
</style>
border-color css
<style>
span { border-color: #B67062; }
span { border-color: rgb(182,112,98); }
td.TdClassName
{
border-color: #B67062;
}
.TagClassName
{
border-color: #B67062;
}
</style>