Shades of Tenne (Tawny) #B65C11
Tints of Tenne (Tawny) #B65C11
RGB
CMYK
RGB Variations
Color information
#B65C11 (or 0xB65C11) is known color: Tenne (Tawny). HEX triplet: B6, 5C and 11. RGB value is (182,92,17). Sum of RGB (Red+Green+Blue) = 182+92+17=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C11 is #49A3EE. Grayscale: #6E6E6E. Windows color (decimal): -4826095 or 1137846. OLE color: 1137846.
HSL color Cylindrical-coordinate representation of color #B65C11: hue angle of 27.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B65C11 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 17 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.29 |
| HSL | 27.27º | 0.83% | 0.39% | - |
| HSV(B) | 27.27º | 0.91% | 0.71% | - |
| XYZ | 23.22 | 17.64 | 2.71 | - |
| YUV | 110.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 17 | 0 | 0.49 | 0.91 | 0.29 | 27.27 | 0.83 | 0.39 |
| Hex | B6 | 5C | 11 | 0 | 31 | 5B | 1D | 1B | 53 | 27 |
| Octal | 266 | 134 | 21 | 0 | 61 | 133 | 35 | 33 | 123 | 47 |
| Binary | 10110110 | 1011100 | 10001 | 0 | 110001 | 1011011 | 11101 | 11011 | 1010011 | 100111 |
Color Harmonies of #B65C11
Complementary color
Monochromatic Colors of #B65C11
Black with #B65C11
Text Example
Text Example
White with #B65C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C11; }
p { color: rgb(182,92,17); }
H1.HeaderClassName
{
color: #B65C11;
}
.AnyTagClassName
{
color: #B65C11;
}
</style>
background-color css
<style>
a { background-color: #B65C11; }
a { background-color: rgb(182,92,17); }
div.DivClassName
{
background-color: #B65C11;
}
.BgClassName
{
background-color: #B65C11;
}
</style>
border-color css
<style>
span { border-color: #B65C11; }
span { border-color: rgb(182,92,17); }
td.TdClassName
{
border-color: #B65C11;
}
.TagClassName
{
border-color: #B65C11;
}
</style>