Shades of Tenne (Tawny) #B65501
Tints of Tenne (Tawny) #B65501
RGB
CMYK
RGB Variations
Color information
#B65501 (or 0xB65501) is known color: Tenne (Tawny). HEX triplet: B6, 55 and 01. RGB value is (182,85,1). Sum of RGB (Red+Green+Blue) = 182+85+1=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B65501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65501 is #49AAFE. Grayscale: #686868. Windows color (decimal): -4827903 or 87478. OLE color: 87478.
HSL color Cylindrical-coordinate representation of color #B65501: hue angle of 27.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B65501 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.29 |
| HSL | 27.85º | 0.99% | 0.36% | - |
| HSV(B) | 27.85º | 0.99% | 0.71% | - |
| XYZ | 22.55 | 16.44 | 2.01 | - |
| YUV | 104.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 1 | 0 | 0.53 | 0.99 | 0.29 | 27.85 | 0.99 | 0.36 |
| Hex | B6 | 55 | 1 | 0 | 35 | 63 | 1D | 1C | 63 | 24 |
| Octal | 266 | 125 | 1 | 0 | 65 | 143 | 35 | 34 | 143 | 44 |
| Binary | 10110110 | 1010101 | 1 | 0 | 110101 | 1100011 | 11101 | 11100 | 1100011 | 100100 |
Color Harmonies of #B65501
Complementary color
Monochromatic Colors of #B65501
Black with #B65501
Text Example
Text Example
White with #B65501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65501; }
p { color: rgb(182,85,1); }
H1.HeaderClassName
{
color: #B65501;
}
.AnyTagClassName
{
color: #B65501;
}
</style>
background-color css
<style>
a { background-color: #B65501; }
a { background-color: rgb(182,85,1); }
div.DivClassName
{
background-color: #B65501;
}
.BgClassName
{
background-color: #B65501;
}
</style>
border-color css
<style>
span { border-color: #B65501; }
span { border-color: rgb(182,85,1); }
td.TdClassName
{
border-color: #B65501;
}
.TagClassName
{
border-color: #B65501;
}
</style>