Shades of Tenne (Tawny) #B85408
Tints of Tenne (Tawny) #B85408
RGB
CMYK
RGB Variations
Color information
#B85408 (or 0xB85408) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 08. RGB value is (184,84,8). Sum of RGB (Red+Green+Blue) = 184+84+8=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B85408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85408 is #47ABF7. Grayscale: #696969. Windows color (decimal): -4697080 or 545976. OLE color: 545976.
HSL color Cylindrical-coordinate representation of color #B85408: hue angle of 25.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B85408 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.28 |
| HSL | 25.91º | 0.92% | 0.38% | - |
| HSV(B) | 25.91º | 0.96% | 0.72% | - |
| XYZ | 22.98 | 16.55 | 2.21 | - |
| YUV | 105.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 8 | 0 | 0.54 | 0.96 | 0.28 | 25.91 | 0.92 | 0.38 |
| Hex | B8 | 54 | 8 | 0 | 36 | 60 | 1C | 1A | 5C | 26 |
| Octal | 270 | 124 | 10 | 0 | 66 | 140 | 34 | 32 | 134 | 46 |
| Binary | 10111000 | 1010100 | 1000 | 0 | 110110 | 1100000 | 11100 | 11010 | 1011100 | 100110 |
Color Harmonies of #B85408
Complementary color
Monochromatic Colors of #B85408
Black with #B85408
Text Example
Text Example
White with #B85408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85408; }
p { color: rgb(184,84,8); }
H1.HeaderClassName
{
color: #B85408;
}
.AnyTagClassName
{
color: #B85408;
}
</style>
background-color css
<style>
a { background-color: #B85408; }
a { background-color: rgb(184,84,8); }
div.DivClassName
{
background-color: #B85408;
}
.BgClassName
{
background-color: #B85408;
}
</style>
border-color css
<style>
span { border-color: #B85408; }
span { border-color: rgb(184,84,8); }
td.TdClassName
{
border-color: #B85408;
}
.TagClassName
{
border-color: #B85408;
}
</style>