Shades of Tenne (Tawny) #B35A00
Tints of Tenne (Tawny) #B35A00
RGB
CMYK
RGB Variations
Color information
#B35A00 (or 0xB35A00) is known color: Tenne (Tawny). HEX triplet: B3, 5A and 00. RGB value is (179,90,0). Sum of RGB (Red+Green+Blue) = 179+90+0=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35A00 is #4CA5FF. Grayscale: #6A6A6A. Windows color (decimal): -5023232 or 23219. OLE color: 23219.
HSL color Cylindrical-coordinate representation of color #B35A00: hue angle of 30.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B35A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.30 |
| HSL | 30.17º | 1% | 0.35% | - |
| HSV(B) | 30.17º | 1% | 0.7% | - |
| XYZ | 22.25 | 16.9 | 2.09 | - |
| YUV | 106.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 0 | 0 | 0.50 | 1 | 0.30 | 30.17 | 1 | 0.35 |
| Hex | B3 | 5A | 0 | 0 | 32 | 64 | 1E | 1E | 64 | 23 |
| Octal | 263 | 132 | 0 | 0 | 62 | 144 | 36 | 36 | 144 | 43 |
| Binary | 10110011 | 1011010 | 0 | 0 | 110010 | 1100100 | 11110 | 11110 | 1100100 | 100011 |
Color Harmonies of #B35A00
Complementary color
Monochromatic Colors of #B35A00
Black with #B35A00
Text Example
Text Example
White with #B35A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A00; }
p { color: rgb(179,90,0); }
H1.HeaderClassName
{
color: #B35A00;
}
.AnyTagClassName
{
color: #B35A00;
}
</style>
background-color css
<style>
a { background-color: #B35A00; }
a { background-color: rgb(179,90,0); }
div.DivClassName
{
background-color: #B35A00;
}
.BgClassName
{
background-color: #B35A00;
}
</style>
border-color css
<style>
span { border-color: #B35A00; }
span { border-color: rgb(179,90,0); }
td.TdClassName
{
border-color: #B35A00;
}
.TagClassName
{
border-color: #B35A00;
}
</style>