Shades of Coral Tree #B67166
Tints of Coral Tree #B67166
RGB
CMYK
RGB Variations
Color information
#B67166 (or 0xB67166) is known color: Coral Tree. HEX triplet: B6, 71 and 66. RGB value is (182,113,102). Sum of RGB (Red+Green+Blue) = 182+113+102=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B67166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67166 is #498E99. Grayscale: #848484. Windows color (decimal): -4820634 or 6713782. OLE color: 6713782.
HSL color Cylindrical-coordinate representation of color #B67166: hue angle of 8.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67166 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 102 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.29 |
| HSL | 8.25º | 0.35% | 0.56% | - |
| HSV(B) | 8.25º | 0.44% | 0.71% | - |
| XYZ | 27.59 | 22.71 | 15.5 | - |
| YUV | 132.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 102 | 0 | 0.38 | 0.44 | 0.29 | 8.25 | 0.35 | 0.56 |
| Hex | B6 | 71 | 66 | 0 | 26 | 2C | 1D | 8 | 23 | 38 |
| Octal | 266 | 161 | 146 | 0 | 46 | 54 | 35 | 10 | 43 | 70 |
| Binary | 10110110 | 1110001 | 1100110 | 0 | 100110 | 101100 | 11101 | 1000 | 100011 | 111000 |
Color Harmonies of #B67166
Complementary color
Monochromatic Colors of #B67166
Black with #B67166
Text Example
Text Example
White with #B67166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67166; }
p { color: rgb(182,113,102); }
H1.HeaderClassName
{
color: #B67166;
}
.AnyTagClassName
{
color: #B67166;
}
</style>
background-color css
<style>
a { background-color: #B67166; }
a { background-color: rgb(182,113,102); }
div.DivClassName
{
background-color: #B67166;
}
.BgClassName
{
background-color: #B67166;
}
</style>
border-color css
<style>
span { border-color: #B67166; }
span { border-color: rgb(182,113,102); }
td.TdClassName
{
border-color: #B67166;
}
.TagClassName
{
border-color: #B67166;
}
</style>