Shades of Tenne (Tawny) #B85D08
Tints of Tenne (Tawny) #B85D08
RGB
CMYK
RGB Variations
Color information
#B85D08 (or 0xB85D08) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 08. RGB value is (184,93,8). Sum of RGB (Red+Green+Blue) = 184+93+8=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D08 is #47A2F7. Grayscale: #6E6E6E. Windows color (decimal): -4694776 or 548280. OLE color: 548280.
HSL color Cylindrical-coordinate representation of color #B85D08: hue angle of 28.98º 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 #B85D08 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.28 |
| HSL | 28.98º | 0.92% | 0.38% | - |
| HSV(B) | 28.98º | 0.96% | 0.72% | - |
| XYZ | 23.73 | 18.04 | 2.46 | - |
| YUV | 110.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 8 | 0 | 0.49 | 0.96 | 0.28 | 28.98 | 0.92 | 0.38 |
| Hex | B8 | 5D | 8 | 0 | 31 | 60 | 1C | 1D | 5C | 26 |
| Octal | 270 | 135 | 10 | 0 | 61 | 140 | 34 | 35 | 134 | 46 |
| Binary | 10111000 | 1011101 | 1000 | 0 | 110001 | 1100000 | 11100 | 11101 | 1011100 | 100110 |
Color Harmonies of #B85D08
Complementary color
Monochromatic Colors of #B85D08
Black with #B85D08
Text Example
Text Example
White with #B85D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D08; }
p { color: rgb(184,93,8); }
H1.HeaderClassName
{
color: #B85D08;
}
.AnyTagClassName
{
color: #B85D08;
}
</style>
background-color css
<style>
a { background-color: #B85D08; }
a { background-color: rgb(184,93,8); }
div.DivClassName
{
background-color: #B85D08;
}
.BgClassName
{
background-color: #B85D08;
}
</style>
border-color css
<style>
span { border-color: #B85D08; }
span { border-color: rgb(184,93,8); }
td.TdClassName
{
border-color: #B85D08;
}
.TagClassName
{
border-color: #B85D08;
}
</style>