Shades of Tenne (Tawny) #B76201
Tints of Tenne (Tawny) #B76201
RGB
CMYK
RGB Variations
Color information
#B76201 (or 0xB76201) is known color: Tenne (Tawny). HEX triplet: B7, 62 and 01. RGB value is (183,98,1). Sum of RGB (Red+Green+Blue) = 183+98+1=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B76201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76201 is #489DFE. Grayscale: #707070. Windows color (decimal): -4759039 or 90807. OLE color: 90807.
HSL color Cylindrical-coordinate representation of color #B76201: hue angle of 31.98º degrees, saturation: 0.99, 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 #B76201 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.28 |
| HSL | 31.98º | 0.99% | 0.36% | - |
| HSV(B) | 31.98º | 0.99% | 0.72% | - |
| XYZ | 23.9 | 18.8 | 2.4 | - |
| YUV | 112.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 1 | 0 | 0.46 | 0.99 | 0.28 | 31.98 | 0.99 | 0.36 |
| Hex | B7 | 62 | 1 | 0 | 2E | 63 | 1C | 20 | 63 | 24 |
| Octal | 267 | 142 | 1 | 0 | 56 | 143 | 34 | 40 | 143 | 44 |
| Binary | 10110111 | 1100010 | 1 | 0 | 101110 | 1100011 | 11100 | 100000 | 1100011 | 100100 |
Color Harmonies of #B76201
Complementary color
Monochromatic Colors of #B76201
Black with #B76201
Text Example
Text Example
White with #B76201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76201; }
p { color: rgb(183,98,1); }
H1.HeaderClassName
{
color: #B76201;
}
.AnyTagClassName
{
color: #B76201;
}
</style>
background-color css
<style>
a { background-color: #B76201; }
a { background-color: rgb(183,98,1); }
div.DivClassName
{
background-color: #B76201;
}
.BgClassName
{
background-color: #B76201;
}
</style>
border-color css
<style>
span { border-color: #B76201; }
span { border-color: rgb(183,98,1); }
td.TdClassName
{
border-color: #B76201;
}
.TagClassName
{
border-color: #B76201;
}
</style>