Shades of Tenne (Tawny) #B05C00
Tints of Tenne (Tawny) #B05C00
RGB
CMYK
RGB Variations
Color information
#B05C00 (or 0xB05C00) is known color: Tenne (Tawny). HEX triplet: B0, 5C and 00. RGB value is (176,92,0). Sum of RGB (Red+Green+Blue) = 176+92+0=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C00 is #4FA3FF. Grayscale: #6B6B6B. Windows color (decimal): -5219328 or 23728. OLE color: 23728.
HSL color Cylindrical-coordinate representation of color #B05C00: hue angle of 31.36º 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 #B05C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.31 |
| HSL | 31.36º | 1% | 0.35% | - |
| HSV(B) | 31.36º | 1% | 0.69% | - |
| XYZ | 21.73 | 16.88 | 2.11 | - |
| YUV | 106.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 0 | 0 | 0.48 | 1 | 0.31 | 31.36 | 1 | 0.35 |
| Hex | B0 | 5C | 0 | 0 | 30 | 64 | 1F | 1F | 64 | 23 |
| Octal | 260 | 134 | 0 | 0 | 60 | 144 | 37 | 37 | 144 | 43 |
| Binary | 10110000 | 1011100 | 0 | 0 | 110000 | 1100100 | 11111 | 11111 | 1100100 | 100011 |
Color Harmonies of #B05C00
Complementary color
Monochromatic Colors of #B05C00
Black with #B05C00
Text Example
Text Example
White with #B05C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C00; }
p { color: rgb(176,92,0); }
H1.HeaderClassName
{
color: #B05C00;
}
.AnyTagClassName
{
color: #B05C00;
}
</style>
background-color css
<style>
a { background-color: #B05C00; }
a { background-color: rgb(176,92,0); }
div.DivClassName
{
background-color: #B05C00;
}
.BgClassName
{
background-color: #B05C00;
}
</style>
border-color css
<style>
span { border-color: #B05C00; }
span { border-color: rgb(176,92,0); }
td.TdClassName
{
border-color: #B05C00;
}
.TagClassName
{
border-color: #B05C00;
}
</style>