Shades of Tenne (Tawny) #B85705
Tints of Tenne (Tawny) #B85705
RGB
CMYK
RGB Variations
Color information
#B85705 (or 0xB85705) is known color: Tenne (Tawny). HEX triplet: B8, 57 and 05. RGB value is (184,87,5). Sum of RGB (Red+Green+Blue) = 184+87+5=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B85705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85705 is #47A8FA. Grayscale: #6B6B6B. Windows color (decimal): -4696315 or 350136. OLE color: 350136.
HSL color Cylindrical-coordinate representation of color #B85705: hue angle of 27.49º 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 #B85705 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.28 |
| HSL | 27.49º | 0.95% | 0.37% | - |
| HSV(B) | 27.49º | 0.97% | 0.72% | - |
| XYZ | 23.2 | 17.02 | 2.21 | - |
| YUV | 106.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 5 | 0 | 0.53 | 0.97 | 0.28 | 27.49 | 0.95 | 0.37 |
| Hex | B8 | 57 | 5 | 0 | 35 | 61 | 1C | 1B | 5F | 25 |
| Octal | 270 | 127 | 5 | 0 | 65 | 141 | 34 | 33 | 137 | 45 |
| Binary | 10111000 | 1010111 | 101 | 0 | 110101 | 1100001 | 11100 | 11011 | 1011111 | 100101 |
Color Harmonies of #B85705
Complementary color
Monochromatic Colors of #B85705
Black with #B85705
Text Example
Text Example
White with #B85705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85705; }
p { color: rgb(184,87,5); }
H1.HeaderClassName
{
color: #B85705;
}
.AnyTagClassName
{
color: #B85705;
}
</style>
background-color css
<style>
a { background-color: #B85705; }
a { background-color: rgb(184,87,5); }
div.DivClassName
{
background-color: #B85705;
}
.BgClassName
{
background-color: #B85705;
}
</style>
border-color css
<style>
span { border-color: #B85705; }
span { border-color: rgb(184,87,5); }
td.TdClassName
{
border-color: #B85705;
}
.TagClassName
{
border-color: #B85705;
}
</style>