Shades of Tenne (Tawny) #B36700
Tints of Tenne (Tawny) #B36700
RGB
CMYK
RGB Variations
Color information
#B36700 (or 0xB36700) is known color: Tenne (Tawny). HEX triplet: B3, 67 and 00. RGB value is (179,103,0). Sum of RGB (Red+Green+Blue) = 179+103+0=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B36700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36700 is #4C98FF. Grayscale: #727272. Windows color (decimal): -5019904 or 26547. OLE color: 26547.
HSL color Cylindrical-coordinate representation of color #B36700: hue angle of 34.53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B36700 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.30 |
| HSL | 34.53º | 1% | 0.35% | - |
| HSV(B) | 34.53º | 1% | 0.7% | - |
| XYZ | 23.44 | 19.28 | 2.49 | - |
| YUV | 113.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 0 | 0 | 0.42 | 1 | 0.30 | 34.53 | 1 | 0.35 |
| Hex | B3 | 67 | 0 | 0 | 2A | 64 | 1E | 23 | 64 | 23 |
| Octal | 263 | 147 | 0 | 0 | 52 | 144 | 36 | 43 | 144 | 43 |
| Binary | 10110011 | 1100111 | 0 | 0 | 101010 | 1100100 | 11110 | 100011 | 1100100 | 100011 |
Color Harmonies of #B36700
Complementary color
Monochromatic Colors of #B36700
Black with #B36700
Text Example
Text Example
White with #B36700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36700; }
p { color: rgb(179,103,0); }
H1.HeaderClassName
{
color: #B36700;
}
.AnyTagClassName
{
color: #B36700;
}
</style>
background-color css
<style>
a { background-color: #B36700; }
a { background-color: rgb(179,103,0); }
div.DivClassName
{
background-color: #B36700;
}
.BgClassName
{
background-color: #B36700;
}
</style>
border-color css
<style>
span { border-color: #B36700; }
span { border-color: rgb(179,103,0); }
td.TdClassName
{
border-color: #B36700;
}
.TagClassName
{
border-color: #B36700;
}
</style>