Shades of Tenne (Tawny) #B36301
Tints of Tenne (Tawny) #B36301
RGB
CMYK
RGB Variations
Color information
#B36301 (or 0xB36301) is known color: Tenne (Tawny). HEX triplet: B3, 63 and 01. RGB value is (179,99,1). Sum of RGB (Red+Green+Blue) = 179+99+1=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B36301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36301 is #4C9CFE. Grayscale: #707070. Windows color (decimal): -5020927 or 91059. OLE color: 91059.
HSL color Cylindrical-coordinate representation of color #B36301: hue angle of 33.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B36301 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.30 |
| HSL | 33.03º | 0.99% | 0.35% | - |
| HSV(B) | 33.03º | 0.99% | 0.7% | - |
| XYZ | 23.06 | 18.51 | 2.39 | - |
| YUV | 111.75 | 65.5 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 1 | 0 | 0.45 | 0.99 | 0.30 | 33.03 | 0.99 | 0.35 |
| Hex | B3 | 63 | 1 | 0 | 2D | 63 | 1E | 21 | 63 | 23 |
| Octal | 263 | 143 | 1 | 0 | 55 | 143 | 36 | 41 | 143 | 43 |
| Binary | 10110011 | 1100011 | 1 | 0 | 101101 | 1100011 | 11110 | 100001 | 1100011 | 100011 |
Color Harmonies of #B36301
Complementary color
Monochromatic Colors of #B36301
Black with #B36301
Text Example
Text Example
White with #B36301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36301; }
p { color: rgb(179,99,1); }
H1.HeaderClassName
{
color: #B36301;
}
.AnyTagClassName
{
color: #B36301;
}
</style>
background-color css
<style>
a { background-color: #B36301; }
a { background-color: rgb(179,99,1); }
div.DivClassName
{
background-color: #B36301;
}
.BgClassName
{
background-color: #B36301;
}
</style>
border-color css
<style>
span { border-color: #B36301; }
span { border-color: rgb(179,99,1); }
td.TdClassName
{
border-color: #B36301;
}
.TagClassName
{
border-color: #B36301;
}
</style>