Shades of Tenne (Tawny) #B76405
Tints of Tenne (Tawny) #B76405
RGB
CMYK
RGB Variations
Color information
#B76405 (or 0xB76405) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 05. RGB value is (183,100,5). Sum of RGB (Red+Green+Blue) = 183+100+5=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B76405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76405 is #489BFA. Grayscale: #727272. Windows color (decimal): -4758523 or 353463. OLE color: 353463.
HSL color Cylindrical-coordinate representation of color #B76405: hue angle of 32.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B76405 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.28 |
| HSL | 32.02º | 0.95% | 0.37% | - |
| HSV(B) | 32.02º | 0.97% | 0.72% | - |
| XYZ | 24.11 | 19.19 | 2.58 | - |
| YUV | 113.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 5 | 0 | 0.45 | 0.97 | 0.28 | 32.02 | 0.95 | 0.37 |
| Hex | B7 | 64 | 5 | 0 | 2D | 61 | 1C | 20 | 5F | 25 |
| Octal | 267 | 144 | 5 | 0 | 55 | 141 | 34 | 40 | 137 | 45 |
| Binary | 10110111 | 1100100 | 101 | 0 | 101101 | 1100001 | 11100 | 100000 | 1011111 | 100101 |
Color Harmonies of #B76405
Complementary color
Monochromatic Colors of #B76405
Black with #B76405
Text Example
Text Example
White with #B76405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76405; }
p { color: rgb(183,100,5); }
H1.HeaderClassName
{
color: #B76405;
}
.AnyTagClassName
{
color: #B76405;
}
</style>
background-color css
<style>
a { background-color: #B76405; }
a { background-color: rgb(183,100,5); }
div.DivClassName
{
background-color: #B76405;
}
.BgClassName
{
background-color: #B76405;
}
</style>
border-color css
<style>
span { border-color: #B76405; }
span { border-color: rgb(183,100,5); }
td.TdClassName
{
border-color: #B76405;
}
.TagClassName
{
border-color: #B76405;
}
</style>