Shades of Tenne (Tawny) #B9620E
Tints of Tenne (Tawny) #B9620E
RGB
CMYK
RGB Variations
Color information
#B9620E (or 0xB9620E) is known color: Tenne (Tawny). HEX triplet: B9, 62 and 0E. RGB value is (185,98,14). Sum of RGB (Red+Green+Blue) = 185+98+14=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9620E is #469DF1. Grayscale: #727272. Windows color (decimal): -4627954 or 942777. OLE color: 942777.
HSL color Cylindrical-coordinate representation of color #B9620E: hue angle of 29.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9620E is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 14 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.27 |
| HSL | 29.47º | 0.86% | 0.39% | - |
| HSV(B) | 29.47º | 0.92% | 0.73% | - |
| XYZ | 24.45 | 19.08 | 2.81 | - |
| YUV | 114.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 14 | 0 | 0.47 | 0.92 | 0.27 | 29.47 | 0.86 | 0.39 |
| Hex | B9 | 62 | E | 0 | 2F | 5C | 1B | 1D | 56 | 27 |
| Octal | 271 | 142 | 16 | 0 | 57 | 134 | 33 | 35 | 126 | 47 |
| Binary | 10111001 | 1100010 | 1110 | 0 | 101111 | 1011100 | 11011 | 11101 | 1010110 | 100111 |
Color Harmonies of #B9620E
Complementary color
Monochromatic Colors of #B9620E
Black with #B9620E
Text Example
Text Example
White with #B9620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9620E; }
p { color: rgb(185,98,14); }
H1.HeaderClassName
{
color: #B9620E;
}
.AnyTagClassName
{
color: #B9620E;
}
</style>
background-color css
<style>
a { background-color: #B9620E; }
a { background-color: rgb(185,98,14); }
div.DivClassName
{
background-color: #B9620E;
}
.BgClassName
{
background-color: #B9620E;
}
</style>
border-color css
<style>
span { border-color: #B9620E; }
span { border-color: rgb(185,98,14); }
td.TdClassName
{
border-color: #B9620E;
}
.TagClassName
{
border-color: #B9620E;
}
</style>