Shades of Tenne (Tawny) #B65A00
Tints of Tenne (Tawny) #B65A00
RGB
CMYK
RGB Variations
Color information
#B65A00 (or 0xB65A00) is known color: Tenne (Tawny). HEX triplet: B6, 5A and 00. RGB value is (182,90,0). Sum of RGB (Red+Green+Blue) = 182+90+0=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65A00 is #49A5FF. Grayscale: #6B6B6B. Windows color (decimal): -4826624 or 23222. OLE color: 23222.
HSL color Cylindrical-coordinate representation of color #B65A00: hue angle of 29.67º 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 #B65A00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.29 |
| HSL | 29.67º | 1% | 0.36% | - |
| HSV(B) | 29.67º | 1% | 0.71% | - |
| XYZ | 22.95 | 17.26 | 2.12 | - |
| YUV | 107.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 0 | 0 | 0.51 | 1 | 0.29 | 29.67 | 1 | 0.36 |
| Hex | B6 | 5A | 0 | 0 | 33 | 64 | 1D | 1E | 64 | 24 |
| Octal | 266 | 132 | 0 | 0 | 63 | 144 | 35 | 36 | 144 | 44 |
| Binary | 10110110 | 1011010 | 0 | 0 | 110011 | 1100100 | 11101 | 11110 | 1100100 | 100100 |
Color Harmonies of #B65A00
Complementary color
Monochromatic Colors of #B65A00
Black with #B65A00
Text Example
Text Example
White with #B65A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A00; }
p { color: rgb(182,90,0); }
H1.HeaderClassName
{
color: #B65A00;
}
.AnyTagClassName
{
color: #B65A00;
}
</style>
background-color css
<style>
a { background-color: #B65A00; }
a { background-color: rgb(182,90,0); }
div.DivClassName
{
background-color: #B65A00;
}
.BgClassName
{
background-color: #B65A00;
}
</style>
border-color css
<style>
span { border-color: #B65A00; }
span { border-color: rgb(182,90,0); }
td.TdClassName
{
border-color: #B65A00;
}
.TagClassName
{
border-color: #B65A00;
}
</style>