Shades of Tenne (Tawny) #B65800
Tints of Tenne (Tawny) #B65800
RGB
CMYK
RGB Variations
Color information
#B65800 (or 0xB65800) is known color: Tenne (Tawny). HEX triplet: B6, 58 and 00. RGB value is (182,88,0). Sum of RGB (Red+Green+Blue) = 182+88+0=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B65800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65800 is #49A7FF. Grayscale: #6A6A6A. Windows color (decimal): -4827136 or 22710. OLE color: 22710.
HSL color Cylindrical-coordinate representation of color #B65800: hue angle of 29.01º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B65800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 88 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.29 |
| HSL | 29.01º | 1% | 0.36% | - |
| HSV(B) | 29.01º | 1% | 0.71% | - |
| XYZ | 22.78 | 16.92 | 2.07 | - |
| YUV | 106.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 0 | 0 | 0.52 | 1 | 0.29 | 29.01 | 1 | 0.36 |
| Hex | B6 | 58 | 0 | 0 | 34 | 64 | 1D | 1D | 64 | 24 |
| Octal | 266 | 130 | 0 | 0 | 64 | 144 | 35 | 35 | 144 | 44 |
| Binary | 10110110 | 1011000 | 0 | 0 | 110100 | 1100100 | 11101 | 11101 | 1100100 | 100100 |
Color Harmonies of #B65800
Complementary color
Monochromatic Colors of #B65800
Black with #B65800
Text Example
Text Example
White with #B65800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65800; }
p { color: rgb(182,88,0); }
H1.HeaderClassName
{
color: #B65800;
}
.AnyTagClassName
{
color: #B65800;
}
</style>
background-color css
<style>
a { background-color: #B65800; }
a { background-color: rgb(182,88,0); }
div.DivClassName
{
background-color: #B65800;
}
.BgClassName
{
background-color: #B65800;
}
</style>
border-color css
<style>
span { border-color: #B65800; }
span { border-color: rgb(182,88,0); }
td.TdClassName
{
border-color: #B65800;
}
.TagClassName
{
border-color: #B65800;
}
</style>