Shades of Tenne (Tawny) #B85305
Tints of Tenne (Tawny) #B85305
RGB
CMYK
RGB Variations
Color information
#B85305 (or 0xB85305) is known color: Tenne (Tawny). HEX triplet: B8, 53 and 05. RGB value is (184,83,5). Sum of RGB (Red+Green+Blue) = 184+83+5=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B85305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85305 is #47ACFA. Grayscale: #686868. Windows color (decimal): -4697339 or 349112. OLE color: 349112.
HSL color Cylindrical-coordinate representation of color #B85305: hue angle of 26.15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B85305 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.28 |
| HSL | 26.15º | 0.95% | 0.37% | - |
| HSV(B) | 26.15º | 0.97% | 0.72% | - |
| XYZ | 22.89 | 16.39 | 2.1 | - |
| YUV | 104.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 5 | 0 | 0.55 | 0.97 | 0.28 | 26.15 | 0.95 | 0.37 |
| Hex | B8 | 53 | 5 | 0 | 37 | 61 | 1C | 1A | 5F | 25 |
| Octal | 270 | 123 | 5 | 0 | 67 | 141 | 34 | 32 | 137 | 45 |
| Binary | 10111000 | 1010011 | 101 | 0 | 110111 | 1100001 | 11100 | 11010 | 1011111 | 100101 |
Color Harmonies of #B85305
Complementary color
Monochromatic Colors of #B85305
Black with #B85305
Text Example
Text Example
White with #B85305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85305; }
p { color: rgb(184,83,5); }
H1.HeaderClassName
{
color: #B85305;
}
.AnyTagClassName
{
color: #B85305;
}
</style>
background-color css
<style>
a { background-color: #B85305; }
a { background-color: rgb(184,83,5); }
div.DivClassName
{
background-color: #B85305;
}
.BgClassName
{
background-color: #B85305;
}
</style>
border-color css
<style>
span { border-color: #B85305; }
span { border-color: rgb(184,83,5); }
td.TdClassName
{
border-color: #B85305;
}
.TagClassName
{
border-color: #B85305;
}
</style>