Shades of Coral Tree #B07966
Tints of Coral Tree #B07966
RGB
CMYK
RGB Variations
Color information
#B07966 (or 0xB07966) is known color: Coral Tree. HEX triplet: B0, 79 and 66. RGB value is (176,121,102). Sum of RGB (Red+Green+Blue) = 176+121+102=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07966 is #4F8699. Grayscale: #878787. Windows color (decimal): -5211802 or 6715824. OLE color: 6715824.
HSL color Cylindrical-coordinate representation of color #B07966: hue angle of 15.41º 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 #B07966 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 102 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.31 |
| HSL | 15.41º | 0.32% | 0.55% | - |
| HSV(B) | 15.41º | 0.42% | 0.69% | - |
| XYZ | 27.14 | 23.86 | 15.75 | - |
| YUV | 135.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 102 | 0 | 0.31 | 0.42 | 0.31 | 15.41 | 0.32 | 0.55 |
| Hex | B0 | 79 | 66 | 0 | 1F | 2A | 1F | F | 20 | 37 |
| Octal | 260 | 171 | 146 | 0 | 37 | 52 | 37 | 17 | 40 | 67 |
| Binary | 10110000 | 1111001 | 1100110 | 0 | 11111 | 101010 | 11111 | 1111 | 100000 | 110111 |
Color Harmonies of #B07966
Complementary color
Monochromatic Colors of #B07966
Black with #B07966
Text Example
Text Example
White with #B07966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07966; }
p { color: rgb(176,121,102); }
H1.HeaderClassName
{
color: #B07966;
}
.AnyTagClassName
{
color: #B07966;
}
</style>
background-color css
<style>
a { background-color: #B07966; }
a { background-color: rgb(176,121,102); }
div.DivClassName
{
background-color: #B07966;
}
.BgClassName
{
background-color: #B07966;
}
</style>
border-color css
<style>
span { border-color: #B07966; }
span { border-color: rgb(176,121,102); }
td.TdClassName
{
border-color: #B07966;
}
.TagClassName
{
border-color: #B07966;
}
</style>