Shades of Tenne (Tawny) #B05A00
Tints of Tenne (Tawny) #B05A00
RGB
CMYK
RGB Variations
Color information
#B05A00 (or 0xB05A00) is known color: Tenne (Tawny). HEX triplet: B0, 5A and 00. RGB value is (176,90,0). Sum of RGB (Red+Green+Blue) = 176+90+0=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A00 is #4FA5FF. Grayscale: #696969. Windows color (decimal): -5219840 or 23216. OLE color: 23216.
HSL color Cylindrical-coordinate representation of color #B05A00: hue angle of 30.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B05A00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.31 |
| HSL | 30.68º | 1% | 0.35% | - |
| HSV(B) | 30.68º | 1% | 0.69% | - |
| XYZ | 21.56 | 16.54 | 2.06 | - |
| YUV | 105.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 0 | 0 | 0.49 | 1 | 0.31 | 30.68 | 1 | 0.35 |
| Hex | B0 | 5A | 0 | 0 | 31 | 64 | 1F | 1F | 64 | 23 |
| Octal | 260 | 132 | 0 | 0 | 61 | 144 | 37 | 37 | 144 | 43 |
| Binary | 10110000 | 1011010 | 0 | 0 | 110001 | 1100100 | 11111 | 11111 | 1100100 | 100011 |
Color Harmonies of #B05A00
Complementary color
Monochromatic Colors of #B05A00
Black with #B05A00
Text Example
Text Example
White with #B05A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A00; }
p { color: rgb(176,90,0); }
H1.HeaderClassName
{
color: #B05A00;
}
.AnyTagClassName
{
color: #B05A00;
}
</style>
background-color css
<style>
a { background-color: #B05A00; }
a { background-color: rgb(176,90,0); }
div.DivClassName
{
background-color: #B05A00;
}
.BgClassName
{
background-color: #B05A00;
}
</style>
border-color css
<style>
span { border-color: #B05A00; }
span { border-color: rgb(176,90,0); }
td.TdClassName
{
border-color: #B05A00;
}
.TagClassName
{
border-color: #B05A00;
}
</style>