Shades of Tenne (Tawny) #B36502
Tints of Tenne (Tawny) #B36502
RGB
CMYK
RGB Variations
Color information
#B36502 (or 0xB36502) is known color: Tenne (Tawny). HEX triplet: B3, 65 and 02. RGB value is (179,101,2). Sum of RGB (Red+Green+Blue) = 179+101+2=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B36502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36502 is #4C9AFD. Grayscale: #717171. Windows color (decimal): -5020414 or 157107. OLE color: 157107.
HSL color Cylindrical-coordinate representation of color #B36502: hue angle of 33.56º degrees, saturation: 0.98, 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 #B36502 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.30 |
| HSL | 33.56º | 0.98% | 0.35% | - |
| HSV(B) | 33.56º | 0.99% | 0.7% | - |
| XYZ | 23.26 | 18.9 | 2.48 | - |
| YUV | 113.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 2 | 0 | 0.44 | 0.99 | 0.30 | 33.56 | 0.98 | 0.35 |
| Hex | B3 | 65 | 2 | 0 | 2C | 63 | 1E | 22 | 62 | 23 |
| Octal | 263 | 145 | 2 | 0 | 54 | 143 | 36 | 42 | 142 | 43 |
| Binary | 10110011 | 1100101 | 10 | 0 | 101100 | 1100011 | 11110 | 100010 | 1100010 | 100011 |
Color Harmonies of #B36502
Complementary color
Monochromatic Colors of #B36502
Black with #B36502
Text Example
Text Example
White with #B36502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36502; }
p { color: rgb(179,101,2); }
H1.HeaderClassName
{
color: #B36502;
}
.AnyTagClassName
{
color: #B36502;
}
</style>
background-color css
<style>
a { background-color: #B36502; }
a { background-color: rgb(179,101,2); }
div.DivClassName
{
background-color: #B36502;
}
.BgClassName
{
background-color: #B36502;
}
</style>
border-color css
<style>
span { border-color: #B36502; }
span { border-color: rgb(179,101,2); }
td.TdClassName
{
border-color: #B36502;
}
.TagClassName
{
border-color: #B36502;
}
</style>