Shades of Tenne (Tawny) #B7650B
Tints of Tenne (Tawny) #B7650B
RGB
CMYK
RGB Variations
Color information
#B7650B (or 0xB7650B) is known color: Tenne (Tawny). HEX triplet: B7, 65 and 0B. RGB value is (183,101,11). Sum of RGB (Red+Green+Blue) = 183+101+11=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7650B is #489AF4. Grayscale: #737373. Windows color (decimal): -4758261 or 746935. OLE color: 746935.
HSL color Cylindrical-coordinate representation of color #B7650B: hue angle of 31.4º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7650B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.28 |
| HSL | 31.4º | 0.89% | 0.38% | - |
| HSV(B) | 31.4º | 0.94% | 0.72% | - |
| XYZ | 24.24 | 19.4 | 2.78 | - |
| YUV | 115.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 11 | 0 | 0.45 | 0.94 | 0.28 | 31.4 | 0.89 | 0.38 |
| Hex | B7 | 65 | B | 0 | 2D | 5E | 1C | 1F | 59 | 26 |
| Octal | 267 | 145 | 13 | 0 | 55 | 136 | 34 | 37 | 131 | 46 |
| Binary | 10110111 | 1100101 | 1011 | 0 | 101101 | 1011110 | 11100 | 11111 | 1011001 | 100110 |
Color Harmonies of #B7650B
Complementary color
Monochromatic Colors of #B7650B
Black with #B7650B
Text Example
Text Example
White with #B7650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7650B; }
p { color: rgb(183,101,11); }
H1.HeaderClassName
{
color: #B7650B;
}
.AnyTagClassName
{
color: #B7650B;
}
</style>
background-color css
<style>
a { background-color: #B7650B; }
a { background-color: rgb(183,101,11); }
div.DivClassName
{
background-color: #B7650B;
}
.BgClassName
{
background-color: #B7650B;
}
</style>
border-color css
<style>
span { border-color: #B7650B; }
span { border-color: rgb(183,101,11); }
td.TdClassName
{
border-color: #B7650B;
}
.TagClassName
{
border-color: #B7650B;
}
</style>