Shades of Tenne (Tawny) #B76300
Tints of Tenne (Tawny) #B76300
RGB
CMYK
RGB Variations
Color information
#B76300 (or 0xB76300) is known color: Tenne (Tawny). HEX triplet: B7, 63 and 00. RGB value is (183,99,0). Sum of RGB (Red+Green+Blue) = 183+99+0=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B76300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76300 is #489CFF. Grayscale: #717171. Windows color (decimal): -4758784 or 25527. OLE color: 25527.
HSL color Cylindrical-coordinate representation of color #B76300: hue angle of 32.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B76300 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.28 |
| HSL | 32.46º | 1% | 0.36% | - |
| HSV(B) | 32.46º | 1% | 0.72% | - |
| XYZ | 23.99 | 18.99 | 2.4 | - |
| YUV | 112.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 0 | 0 | 0.46 | 1 | 0.28 | 32.46 | 1 | 0.36 |
| Hex | B7 | 63 | 0 | 0 | 2E | 64 | 1C | 20 | 64 | 24 |
| Octal | 267 | 143 | 0 | 0 | 56 | 144 | 34 | 40 | 144 | 44 |
| Binary | 10110111 | 1100011 | 0 | 0 | 101110 | 1100100 | 11100 | 100000 | 1100100 | 100100 |
Color Harmonies of #B76300
Complementary color
Monochromatic Colors of #B76300
Black with #B76300
Text Example
Text Example
White with #B76300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76300; }
p { color: rgb(183,99,0); }
H1.HeaderClassName
{
color: #B76300;
}
.AnyTagClassName
{
color: #B76300;
}
</style>
background-color css
<style>
a { background-color: #B76300; }
a { background-color: rgb(183,99,0); }
div.DivClassName
{
background-color: #B76300;
}
.BgClassName
{
background-color: #B76300;
}
</style>
border-color css
<style>
span { border-color: #B76300; }
span { border-color: rgb(183,99,0); }
td.TdClassName
{
border-color: #B76300;
}
.TagClassName
{
border-color: #B76300;
}
</style>