Shades of Tenne (Tawny) #B76001
Tints of Tenne (Tawny) #B76001
RGB
CMYK
RGB Variations
Color information
#B76001 (or 0xB76001) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 01. RGB value is (183,96,1). Sum of RGB (Red+Green+Blue) = 183+96+1=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B76001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76001 is #489FFE. Grayscale: #6F6F6F. Windows color (decimal): -4759551 or 90295. OLE color: 90295.
HSL color Cylindrical-coordinate representation of color #B76001: hue angle of 31.32º 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 #B76001 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.28 |
| HSL | 31.32º | 0.99% | 0.36% | - |
| HSV(B) | 31.32º | 0.99% | 0.72% | - |
| XYZ | 23.72 | 18.44 | 2.34 | - |
| YUV | 111.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 1 | 0 | 0.48 | 0.99 | 0.28 | 31.32 | 0.99 | 0.36 |
| Hex | B7 | 60 | 1 | 0 | 30 | 63 | 1C | 1F | 63 | 24 |
| Octal | 267 | 140 | 1 | 0 | 60 | 143 | 34 | 37 | 143 | 44 |
| Binary | 10110111 | 1100000 | 1 | 0 | 110000 | 1100011 | 11100 | 11111 | 1100011 | 100100 |
Color Harmonies of #B76001
Complementary color
Monochromatic Colors of #B76001
Black with #B76001
Text Example
Text Example
White with #B76001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76001; }
p { color: rgb(183,96,1); }
H1.HeaderClassName
{
color: #B76001;
}
.AnyTagClassName
{
color: #B76001;
}
</style>
background-color css
<style>
a { background-color: #B76001; }
a { background-color: rgb(183,96,1); }
div.DivClassName
{
background-color: #B76001;
}
.BgClassName
{
background-color: #B76001;
}
</style>
border-color css
<style>
span { border-color: #B76001; }
span { border-color: rgb(183,96,1); }
td.TdClassName
{
border-color: #B76001;
}
.TagClassName
{
border-color: #B76001;
}
</style>