Shades of Tenne (Tawny) #B15F01
Tints of Tenne (Tawny) #B15F01
RGB
CMYK
RGB Variations
Color information
#B15F01 (or 0xB15F01) is known color: Tenne (Tawny). HEX triplet: B1, 5F and 01. RGB value is (177,95,1). Sum of RGB (Red+Green+Blue) = 177+95+1=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15F01 is #4EA0FE. Grayscale: #6D6D6D. Windows color (decimal): -5153023 or 90033. OLE color: 90033.
HSL color Cylindrical-coordinate representation of color #B15F01: hue angle of 32.05º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B15F01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.31 |
| HSL | 32.05º | 0.99% | 0.35% | - |
| HSV(B) | 32.05º | 0.99% | 0.69% | - |
| XYZ | 22.23 | 17.53 | 2.24 | - |
| YUV | 108.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 1 | 0 | 0.46 | 0.99 | 0.31 | 32.05 | 0.99 | 0.35 |
| Hex | B1 | 5F | 1 | 0 | 2E | 63 | 1F | 20 | 63 | 23 |
| Octal | 261 | 137 | 1 | 0 | 56 | 143 | 37 | 40 | 143 | 43 |
| Binary | 10110001 | 1011111 | 1 | 0 | 101110 | 1100011 | 11111 | 100000 | 1100011 | 100011 |
Color Harmonies of #B15F01
Complementary color
Monochromatic Colors of #B15F01
Black with #B15F01
Text Example
Text Example
White with #B15F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F01; }
p { color: rgb(177,95,1); }
H1.HeaderClassName
{
color: #B15F01;
}
.AnyTagClassName
{
color: #B15F01;
}
</style>
background-color css
<style>
a { background-color: #B15F01; }
a { background-color: rgb(177,95,1); }
div.DivClassName
{
background-color: #B15F01;
}
.BgClassName
{
background-color: #B15F01;
}
</style>
border-color css
<style>
span { border-color: #B15F01; }
span { border-color: rgb(177,95,1); }
td.TdClassName
{
border-color: #B15F01;
}
.TagClassName
{
border-color: #B15F01;
}
</style>