Shades of Tenne (Tawny) #B86102
Tints of Tenne (Tawny) #B86102
RGB
CMYK
RGB Variations
Color information
#B86102 (or 0xB86102) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 02. RGB value is (184,97,2). Sum of RGB (Red+Green+Blue) = 184+97+2=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B86102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86102 is #479EFD. Grayscale: #707070. Windows color (decimal): -4693758 or 156088. OLE color: 156088.
HSL color Cylindrical-coordinate representation of color #B86102: hue angle of 31.32º 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 #B86102 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.28 |
| HSL | 31.32º | 0.98% | 0.36% | - |
| HSV(B) | 31.32º | 0.99% | 0.72% | - |
| XYZ | 24.05 | 18.74 | 2.41 | - |
| YUV | 112.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 2 | 0 | 0.47 | 0.99 | 0.28 | 31.32 | 0.98 | 0.36 |
| Hex | B8 | 61 | 2 | 0 | 2F | 63 | 1C | 1F | 62 | 24 |
| Octal | 270 | 141 | 2 | 0 | 57 | 143 | 34 | 37 | 142 | 44 |
| Binary | 10111000 | 1100001 | 10 | 0 | 101111 | 1100011 | 11100 | 11111 | 1100010 | 100100 |
Color Harmonies of #B86102
Complementary color
Monochromatic Colors of #B86102
Black with #B86102
Text Example
Text Example
White with #B86102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86102; }
p { color: rgb(184,97,2); }
H1.HeaderClassName
{
color: #B86102;
}
.AnyTagClassName
{
color: #B86102;
}
</style>
background-color css
<style>
a { background-color: #B86102; }
a { background-color: rgb(184,97,2); }
div.DivClassName
{
background-color: #B86102;
}
.BgClassName
{
background-color: #B86102;
}
</style>
border-color css
<style>
span { border-color: #B86102; }
span { border-color: rgb(184,97,2); }
td.TdClassName
{
border-color: #B86102;
}
.TagClassName
{
border-color: #B86102;
}
</style>