Shades of Tenne (Tawny) #B76402
Tints of Tenne (Tawny) #B76402
RGB
CMYK
RGB Variations
Color information
#B76402 (or 0xB76402) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 02. RGB value is (183,100,2). Sum of RGB (Red+Green+Blue) = 183+100+2=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B76402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76402 is #489BFD. Grayscale: #727272. Windows color (decimal): -4758526 or 156855. OLE color: 156855.
HSL color Cylindrical-coordinate representation of color #B76402: hue angle of 32.49º degrees, saturation: 0.98, 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 #B76402 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.28 |
| HSL | 32.49º | 0.98% | 0.36% | - |
| HSV(B) | 32.49º | 0.99% | 0.72% | - |
| XYZ | 24.1 | 19.19 | 2.49 | - |
| YUV | 113.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 2 | 0 | 0.45 | 0.99 | 0.28 | 32.49 | 0.98 | 0.36 |
| Hex | B7 | 64 | 2 | 0 | 2D | 63 | 1C | 20 | 62 | 24 |
| Octal | 267 | 144 | 2 | 0 | 55 | 143 | 34 | 40 | 142 | 44 |
| Binary | 10110111 | 1100100 | 10 | 0 | 101101 | 1100011 | 11100 | 100000 | 1100010 | 100100 |
Color Harmonies of #B76402
Complementary color
Monochromatic Colors of #B76402
Black with #B76402
Text Example
Text Example
White with #B76402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76402; }
p { color: rgb(183,100,2); }
H1.HeaderClassName
{
color: #B76402;
}
.AnyTagClassName
{
color: #B76402;
}
</style>
background-color css
<style>
a { background-color: #B76402; }
a { background-color: rgb(183,100,2); }
div.DivClassName
{
background-color: #B76402;
}
.BgClassName
{
background-color: #B76402;
}
</style>
border-color css
<style>
span { border-color: #B76402; }
span { border-color: rgb(183,100,2); }
td.TdClassName
{
border-color: #B76402;
}
.TagClassName
{
border-color: #B76402;
}
</style>