Shades of Tenne (Tawny) #B85304
Tints of Tenne (Tawny) #B85304
RGB
CMYK
RGB Variations
Color information
#B85304 (or 0xB85304) is known color: Tenne (Tawny). HEX triplet: B8, 53 and 04. RGB value is (184,83,4). Sum of RGB (Red+Green+Blue) = 184+83+4=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B85304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85304 is #47ACFB. Grayscale: #686868. Windows color (decimal): -4697340 or 283576. OLE color: 283576.
HSL color Cylindrical-coordinate representation of color #B85304: hue angle of 26.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B85304 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.28 |
| HSL | 26.33º | 0.96% | 0.37% | - |
| HSV(B) | 26.33º | 0.98% | 0.72% | - |
| XYZ | 22.88 | 16.39 | 2.07 | - |
| YUV | 104.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 4 | 0 | 0.55 | 0.98 | 0.28 | 26.33 | 0.96 | 0.37 |
| Hex | B8 | 53 | 4 | 0 | 37 | 62 | 1C | 1A | 60 | 25 |
| Octal | 270 | 123 | 4 | 0 | 67 | 142 | 34 | 32 | 140 | 45 |
| Binary | 10111000 | 1010011 | 100 | 0 | 110111 | 1100010 | 11100 | 11010 | 1100000 | 100101 |
Color Harmonies of #B85304
Complementary color
Monochromatic Colors of #B85304
Black with #B85304
Text Example
Text Example
White with #B85304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85304; }
p { color: rgb(184,83,4); }
H1.HeaderClassName
{
color: #B85304;
}
.AnyTagClassName
{
color: #B85304;
}
</style>
background-color css
<style>
a { background-color: #B85304; }
a { background-color: rgb(184,83,4); }
div.DivClassName
{
background-color: #B85304;
}
.BgClassName
{
background-color: #B85304;
}
</style>
border-color css
<style>
span { border-color: #B85304; }
span { border-color: rgb(184,83,4); }
td.TdClassName
{
border-color: #B85304;
}
.TagClassName
{
border-color: #B85304;
}
</style>