Shades of Tenne (Tawny) #B05D00
Tints of Tenne (Tawny) #B05D00
RGB
CMYK
RGB Variations
Color information
#B05D00 (or 0xB05D00) is known color: Tenne (Tawny). HEX triplet: B0, 5D and 00. RGB value is (176,93,0). Sum of RGB (Red+Green+Blue) = 176+93+0=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D00 is #4FA2FF. Grayscale: #6B6B6B. Windows color (decimal): -5219072 or 23984. OLE color: 23984.
HSL color Cylindrical-coordinate representation of color #B05D00: hue angle of 31.7º 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 #B05D00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.31 |
| HSL | 31.7º | 1% | 0.35% | - |
| HSV(B) | 31.7º | 1% | 0.69% | - |
| XYZ | 21.82 | 17.06 | 2.14 | - |
| YUV | 107.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 0 | 0 | 0.47 | 1 | 0.31 | 31.7 | 1 | 0.35 |
| Hex | B0 | 5D | 0 | 0 | 2F | 64 | 1F | 20 | 64 | 23 |
| Octal | 260 | 135 | 0 | 0 | 57 | 144 | 37 | 40 | 144 | 43 |
| Binary | 10110000 | 1011101 | 0 | 0 | 101111 | 1100100 | 11111 | 100000 | 1100100 | 100011 |
Color Harmonies of #B05D00
Complementary color
Monochromatic Colors of #B05D00
Black with #B05D00
Text Example
Text Example
White with #B05D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D00; }
p { color: rgb(176,93,0); }
H1.HeaderClassName
{
color: #B05D00;
}
.AnyTagClassName
{
color: #B05D00;
}
</style>
background-color css
<style>
a { background-color: #B05D00; }
a { background-color: rgb(176,93,0); }
div.DivClassName
{
background-color: #B05D00;
}
.BgClassName
{
background-color: #B05D00;
}
</style>
border-color css
<style>
span { border-color: #B05D00; }
span { border-color: rgb(176,93,0); }
td.TdClassName
{
border-color: #B05D00;
}
.TagClassName
{
border-color: #B05D00;
}
</style>