Shades of Tenne (Tawny) #B86A04
Tints of Tenne (Tawny) #B86A04
RGB
CMYK
RGB Variations
Color information
#B86A04 (or 0xB86A04) is known color: Tenne (Tawny). HEX triplet: B8, 6A and 04. RGB value is (184,106,4). Sum of RGB (Red+Green+Blue) = 184+106+4=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86A04 is #4795FB. Grayscale: #767676. Windows color (decimal): -4691452 or 289464. OLE color: 289464.
HSL color Cylindrical-coordinate representation of color #B86A04: hue angle of 34º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B86A04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.28 |
| HSL | 34º | 0.96% | 0.37% | - |
| HSV(B) | 34º | 0.98% | 0.72% | - |
| XYZ | 24.94 | 20.51 | 2.76 | - |
| YUV | 117.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 4 | 0 | 0.42 | 0.98 | 0.28 | 34 | 0.96 | 0.37 |
| Hex | B8 | 6A | 4 | 0 | 2A | 62 | 1C | 22 | 60 | 25 |
| Octal | 270 | 152 | 4 | 0 | 52 | 142 | 34 | 42 | 140 | 45 |
| Binary | 10111000 | 1101010 | 100 | 0 | 101010 | 1100010 | 11100 | 100010 | 1100000 | 100101 |
Color Harmonies of #B86A04
Complementary color
Monochromatic Colors of #B86A04
Black with #B86A04
Text Example
Text Example
White with #B86A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A04; }
p { color: rgb(184,106,4); }
H1.HeaderClassName
{
color: #B86A04;
}
.AnyTagClassName
{
color: #B86A04;
}
</style>
background-color css
<style>
a { background-color: #B86A04; }
a { background-color: rgb(184,106,4); }
div.DivClassName
{
background-color: #B86A04;
}
.BgClassName
{
background-color: #B86A04;
}
</style>
border-color css
<style>
span { border-color: #B86A04; }
span { border-color: rgb(184,106,4); }
td.TdClassName
{
border-color: #B86A04;
}
.TagClassName
{
border-color: #B86A04;
}
</style>