Shades of Coral Tree #B67566
Tints of Coral Tree #B67566
RGB
CMYK
RGB Variations
Color information
#B67566 (or 0xB67566) is known color: Coral Tree. HEX triplet: B6, 75 and 66. RGB value is (182,117,102). Sum of RGB (Red+Green+Blue) = 182+117+102=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67566 is #498A99. Grayscale: #868686. Windows color (decimal): -4819610 or 6714806. OLE color: 6714806.
HSL color Cylindrical-coordinate representation of color #B67566: hue angle of 11.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 #B67566 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 102 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.29 |
| HSL | 11.25º | 0.35% | 0.56% | - |
| HSV(B) | 11.25º | 0.44% | 0.71% | - |
| XYZ | 28.05 | 23.63 | 15.65 | - |
| YUV | 134.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 102 | 0 | 0.36 | 0.44 | 0.29 | 11.25 | 0.35 | 0.56 |
| Hex | B6 | 75 | 66 | 0 | 24 | 2C | 1D | B | 23 | 38 |
| Octal | 266 | 165 | 146 | 0 | 44 | 54 | 35 | 13 | 43 | 70 |
| Binary | 10110110 | 1110101 | 1100110 | 0 | 100100 | 101100 | 11101 | 1011 | 100011 | 111000 |
Color Harmonies of #B67566
Complementary color
Monochromatic Colors of #B67566
Black with #B67566
Text Example
Text Example
White with #B67566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67566; }
p { color: rgb(182,117,102); }
H1.HeaderClassName
{
color: #B67566;
}
.AnyTagClassName
{
color: #B67566;
}
</style>
background-color css
<style>
a { background-color: #B67566; }
a { background-color: rgb(182,117,102); }
div.DivClassName
{
background-color: #B67566;
}
.BgClassName
{
background-color: #B67566;
}
</style>
border-color css
<style>
span { border-color: #B67566; }
span { border-color: rgb(182,117,102); }
td.TdClassName
{
border-color: #B67566;
}
.TagClassName
{
border-color: #B67566;
}
</style>