Shades of Coral Tree #B07466
Tints of Coral Tree #B07466
RGB
CMYK
RGB Variations
Color information
#B07466 (or 0xB07466) is known color: Coral Tree. HEX triplet: B0, 74 and 66. RGB value is (176,116,102). Sum of RGB (Red+Green+Blue) = 176+116+102=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B07466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07466 is #4F8B99. Grayscale: #848484. Windows color (decimal): -5213082 or 6714544. OLE color: 6714544.
HSL color Cylindrical-coordinate representation of color #B07466: hue angle of 11.35º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07466 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 102 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.31 |
| HSL | 11.35º | 0.32% | 0.55% | - |
| HSV(B) | 11.35º | 0.42% | 0.69% | - |
| XYZ | 26.55 | 22.68 | 15.55 | - |
| YUV | 132.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 102 | 0 | 0.34 | 0.42 | 0.31 | 11.35 | 0.32 | 0.55 |
| Hex | B0 | 74 | 66 | 0 | 22 | 2A | 1F | B | 20 | 37 |
| Octal | 260 | 164 | 146 | 0 | 42 | 52 | 37 | 13 | 40 | 67 |
| Binary | 10110000 | 1110100 | 1100110 | 0 | 100010 | 101010 | 11111 | 1011 | 100000 | 110111 |
Color Harmonies of #B07466
Complementary color
Monochromatic Colors of #B07466
Black with #B07466
Text Example
Text Example
White with #B07466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07466; }
p { color: rgb(176,116,102); }
H1.HeaderClassName
{
color: #B07466;
}
.AnyTagClassName
{
color: #B07466;
}
</style>
background-color css
<style>
a { background-color: #B07466; }
a { background-color: rgb(176,116,102); }
div.DivClassName
{
background-color: #B07466;
}
.BgClassName
{
background-color: #B07466;
}
</style>
border-color css
<style>
span { border-color: #B07466; }
span { border-color: rgb(176,116,102); }
td.TdClassName
{
border-color: #B07466;
}
.TagClassName
{
border-color: #B07466;
}
</style>