Shades of Tenne (Tawny) #B25E00
Tints of Tenne (Tawny) #B25E00
RGB
CMYK
RGB Variations
Color information
#B25E00 (or 0xB25E00) is known color: Tenne (Tawny). HEX triplet: B2, 5E and 00. RGB value is (178,94,0). Sum of RGB (Red+Green+Blue) = 178+94+0=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E00 is #4DA1FF. Grayscale: #6C6C6C. Windows color (decimal): -5087744 or 24242. OLE color: 24242.
HSL color Cylindrical-coordinate representation of color #B25E00: hue angle of 31.69º 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 #B25E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.30 |
| HSL | 31.69º | 1% | 0.35% | - |
| HSV(B) | 31.69º | 1% | 0.7% | - |
| XYZ | 22.36 | 17.47 | 2.19 | - |
| YUV | 108.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 0 | 0 | 0.47 | 1 | 0.30 | 31.69 | 1 | 0.35 |
| Hex | B2 | 5E | 0 | 0 | 2F | 64 | 1E | 20 | 64 | 23 |
| Octal | 262 | 136 | 0 | 0 | 57 | 144 | 36 | 40 | 144 | 43 |
| Binary | 10110010 | 1011110 | 0 | 0 | 101111 | 1100100 | 11110 | 100000 | 1100100 | 100011 |
Color Harmonies of #B25E00
Complementary color
Monochromatic Colors of #B25E00
Black with #B25E00
Text Example
Text Example
White with #B25E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E00; }
p { color: rgb(178,94,0); }
H1.HeaderClassName
{
color: #B25E00;
}
.AnyTagClassName
{
color: #B25E00;
}
</style>
background-color css
<style>
a { background-color: #B25E00; }
a { background-color: rgb(178,94,0); }
div.DivClassName
{
background-color: #B25E00;
}
.BgClassName
{
background-color: #B25E00;
}
</style>
border-color css
<style>
span { border-color: #B25E00; }
span { border-color: rgb(178,94,0); }
td.TdClassName
{
border-color: #B25E00;
}
.TagClassName
{
border-color: #B25E00;
}
</style>