Shades of Coral Tree #B67562
Tints of Coral Tree #B67562
RGB
CMYK
RGB Variations
Color information
#B67562 (or 0xB67562) is known color: Coral Tree. HEX triplet: B6, 75 and 62. RGB value is (182,117,98). Sum of RGB (Red+Green+Blue) = 182+117+98=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B67562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67562 is #498A9D. Grayscale: #868686. Windows color (decimal): -4819614 or 6452662. OLE color: 6452662.
HSL color Cylindrical-coordinate representation of color #B67562: hue angle of 13.57º 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 #B67562 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 98 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.29 |
| HSL | 13.57º | 0.37% | 0.55% | - |
| HSV(B) | 13.57º | 0.46% | 0.71% | - |
| XYZ | 27.86 | 23.55 | 14.63 | - |
| YUV | 134.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 98 | 0 | 0.36 | 0.46 | 0.29 | 13.57 | 0.37 | 0.55 |
| Hex | B6 | 75 | 62 | 0 | 24 | 2E | 1D | E | 25 | 37 |
| Octal | 266 | 165 | 142 | 0 | 44 | 56 | 35 | 16 | 45 | 67 |
| Binary | 10110110 | 1110101 | 1100010 | 0 | 100100 | 101110 | 11101 | 1110 | 100101 | 110111 |
Color Harmonies of #B67562
Complementary color
Monochromatic Colors of #B67562
Black with #B67562
Text Example
Text Example
White with #B67562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67562; }
p { color: rgb(182,117,98); }
H1.HeaderClassName
{
color: #B67562;
}
.AnyTagClassName
{
color: #B67562;
}
</style>
background-color css
<style>
a { background-color: #B67562; }
a { background-color: rgb(182,117,98); }
div.DivClassName
{
background-color: #B67562;
}
.BgClassName
{
background-color: #B67562;
}
</style>
border-color css
<style>
span { border-color: #B67562; }
span { border-color: rgb(182,117,98); }
td.TdClassName
{
border-color: #B67562;
}
.TagClassName
{
border-color: #B67562;
}
</style>