Shades of Tenne (Tawny) #B86502
Tints of Tenne (Tawny) #B86502
RGB
CMYK
RGB Variations
Color information
#B86502 (or 0xB86502) is known color: Tenne (Tawny). HEX triplet: B8, 65 and 02. RGB value is (184,101,2). Sum of RGB (Red+Green+Blue) = 184+101+2=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B86502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86502 is #479AFD. Grayscale: #737373. Windows color (decimal): -4692734 or 157112. OLE color: 157112.
HSL color Cylindrical-coordinate representation of color #B86502: hue angle of 32.64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B86502 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.28 |
| HSL | 32.64º | 0.98% | 0.36% | - |
| HSV(B) | 32.64º | 0.99% | 0.72% | - |
| XYZ | 24.43 | 19.5 | 2.53 | - |
| YUV | 114.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 2 | 0 | 0.45 | 0.99 | 0.28 | 32.64 | 0.98 | 0.36 |
| Hex | B8 | 65 | 2 | 0 | 2D | 63 | 1C | 21 | 62 | 24 |
| Octal | 270 | 145 | 2 | 0 | 55 | 143 | 34 | 41 | 142 | 44 |
| Binary | 10111000 | 1100101 | 10 | 0 | 101101 | 1100011 | 11100 | 100001 | 1100010 | 100100 |
Color Harmonies of #B86502
Complementary color
Monochromatic Colors of #B86502
Black with #B86502
Text Example
Text Example
White with #B86502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86502; }
p { color: rgb(184,101,2); }
H1.HeaderClassName
{
color: #B86502;
}
.AnyTagClassName
{
color: #B86502;
}
</style>
background-color css
<style>
a { background-color: #B86502; }
a { background-color: rgb(184,101,2); }
div.DivClassName
{
background-color: #B86502;
}
.BgClassName
{
background-color: #B86502;
}
</style>
border-color css
<style>
span { border-color: #B86502; }
span { border-color: rgb(184,101,2); }
td.TdClassName
{
border-color: #B86502;
}
.TagClassName
{
border-color: #B86502;
}
</style>