Shades of Tenne (Tawny) #B76702
Tints of Tenne (Tawny) #B76702
RGB
CMYK
RGB Variations
Color information
#B76702 (or 0xB76702) is known color: Tenne (Tawny). HEX triplet: B7, 67 and 02. RGB value is (183,103,2). Sum of RGB (Red+Green+Blue) = 183+103+2=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B76702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76702 is #4898FD. Grayscale: #737373. Windows color (decimal): -4757758 or 157623. OLE color: 157623.
HSL color Cylindrical-coordinate representation of color #B76702: hue angle of 33.48º 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 #B76702 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.28 |
| HSL | 33.48º | 0.98% | 0.36% | - |
| HSV(B) | 33.48º | 0.99% | 0.72% | - |
| XYZ | 24.39 | 19.77 | 2.59 | - |
| YUV | 115.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 2 | 0 | 0.44 | 0.99 | 0.28 | 33.48 | 0.98 | 0.36 |
| Hex | B7 | 67 | 2 | 0 | 2C | 63 | 1C | 21 | 62 | 24 |
| Octal | 267 | 147 | 2 | 0 | 54 | 143 | 34 | 41 | 142 | 44 |
| Binary | 10110111 | 1100111 | 10 | 0 | 101100 | 1100011 | 11100 | 100001 | 1100010 | 100100 |
Color Harmonies of #B76702
Complementary color
Monochromatic Colors of #B76702
Black with #B76702
Text Example
Text Example
White with #B76702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76702; }
p { color: rgb(183,103,2); }
H1.HeaderClassName
{
color: #B76702;
}
.AnyTagClassName
{
color: #B76702;
}
</style>
background-color css
<style>
a { background-color: #B76702; }
a { background-color: rgb(183,103,2); }
div.DivClassName
{
background-color: #B76702;
}
.BgClassName
{
background-color: #B76702;
}
</style>
border-color css
<style>
span { border-color: #B76702; }
span { border-color: rgb(183,103,2); }
td.TdClassName
{
border-color: #B76702;
}
.TagClassName
{
border-color: #B76702;
}
</style>