Shades of Coral Tree #B67366
Tints of Coral Tree #B67366
RGB
CMYK
RGB Variations
Color information
#B67366 (or 0xB67366) is known color: Coral Tree. HEX triplet: B6, 73 and 66. RGB value is (182,115,102). Sum of RGB (Red+Green+Blue) = 182+115+102=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67366 is #498C99. Grayscale: #858585. Windows color (decimal): -4820122 or 6714294. OLE color: 6714294.
HSL color Cylindrical-coordinate representation of color #B67366: hue angle of 9.75º 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 #B67366 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 102 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.29 |
| HSL | 9.75º | 0.35% | 0.56% | - |
| HSV(B) | 9.75º | 0.44% | 0.71% | - |
| XYZ | 27.82 | 23.17 | 15.58 | - |
| YUV | 133.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 102 | 0 | 0.37 | 0.44 | 0.29 | 9.75 | 0.35 | 0.56 |
| Hex | B6 | 73 | 66 | 0 | 25 | 2C | 1D | A | 23 | 38 |
| Octal | 266 | 163 | 146 | 0 | 45 | 54 | 35 | 12 | 43 | 70 |
| Binary | 10110110 | 1110011 | 1100110 | 0 | 100101 | 101100 | 11101 | 1010 | 100011 | 111000 |
Color Harmonies of #B67366
Complementary color
Monochromatic Colors of #B67366
Black with #B67366
Text Example
Text Example
White with #B67366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67366; }
p { color: rgb(182,115,102); }
H1.HeaderClassName
{
color: #B67366;
}
.AnyTagClassName
{
color: #B67366;
}
</style>
background-color css
<style>
a { background-color: #B67366; }
a { background-color: rgb(182,115,102); }
div.DivClassName
{
background-color: #B67366;
}
.BgClassName
{
background-color: #B67366;
}
</style>
border-color css
<style>
span { border-color: #B67366; }
span { border-color: rgb(182,115,102); }
td.TdClassName
{
border-color: #B67366;
}
.TagClassName
{
border-color: #B67366;
}
</style>