Shades of Coral Tree #B66C5E
Tints of Coral Tree #B66C5E
RGB
CMYK
RGB Variations
Color information
#B66C5E (or 0xB66C5E) is known color: Coral Tree. HEX triplet: B6, 6C and 5E. RGB value is (182,108,94). Sum of RGB (Red+Green+Blue) = 182+108+94=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C5E is #4993A1. Grayscale: #808080. Windows color (decimal): -4821922 or 6188214. OLE color: 6188214.
HSL color Cylindrical-coordinate representation of color #B66C5E: hue angle of 9.55º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66C5E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 94 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.29 |
| HSL | 9.55º | 0.38% | 0.54% | - |
| HSV(B) | 9.55º | 0.48% | 0.71% | - |
| XYZ | 26.67 | 21.48 | 13.33 | - |
| YUV | 128.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 94 | 0 | 0.41 | 0.48 | 0.29 | 9.55 | 0.38 | 0.54 |
| Hex | B6 | 6C | 5E | 0 | 29 | 30 | 1D | A | 26 | 36 |
| Octal | 266 | 154 | 136 | 0 | 51 | 60 | 35 | 12 | 46 | 66 |
| Binary | 10110110 | 1101100 | 1011110 | 0 | 101001 | 110000 | 11101 | 1010 | 100110 | 110110 |
Color Harmonies of #B66C5E
Complementary color
Monochromatic Colors of #B66C5E
Black with #B66C5E
Text Example
Text Example
White with #B66C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C5E; }
p { color: rgb(182,108,94); }
H1.HeaderClassName
{
color: #B66C5E;
}
.AnyTagClassName
{
color: #B66C5E;
}
</style>
background-color css
<style>
a { background-color: #B66C5E; }
a { background-color: rgb(182,108,94); }
div.DivClassName
{
background-color: #B66C5E;
}
.BgClassName
{
background-color: #B66C5E;
}
</style>
border-color css
<style>
span { border-color: #B66C5E; }
span { border-color: rgb(182,108,94); }
td.TdClassName
{
border-color: #B66C5E;
}
.TagClassName
{
border-color: #B66C5E;
}
</style>