Shades of Tenne (Tawny) #B85D07
Tints of Tenne (Tawny) #B85D07
RGB
CMYK
RGB Variations
Color information
#B85D07 (or 0xB85D07) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 07. RGB value is (184,93,7). Sum of RGB (Red+Green+Blue) = 184+93+7=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D07 is #47A2F8. Grayscale: #6E6E6E. Windows color (decimal): -4694777 or 482744. OLE color: 482744.
HSL color Cylindrical-coordinate representation of color #B85D07: hue angle of 29.15º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B85D07 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.28 |
| HSL | 29.15º | 0.93% | 0.37% | - |
| HSV(B) | 29.15º | 0.96% | 0.72% | - |
| XYZ | 23.72 | 18.03 | 2.43 | - |
| YUV | 110.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 7 | 0 | 0.49 | 0.96 | 0.28 | 29.15 | 0.93 | 0.37 |
| Hex | B8 | 5D | 7 | 0 | 31 | 60 | 1C | 1D | 5D | 25 |
| Octal | 270 | 135 | 7 | 0 | 61 | 140 | 34 | 35 | 135 | 45 |
| Binary | 10111000 | 1011101 | 111 | 0 | 110001 | 1100000 | 11100 | 11101 | 1011101 | 100101 |
Color Harmonies of #B85D07
Complementary color
Monochromatic Colors of #B85D07
Black with #B85D07
Text Example
Text Example
White with #B85D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D07; }
p { color: rgb(184,93,7); }
H1.HeaderClassName
{
color: #B85D07;
}
.AnyTagClassName
{
color: #B85D07;
}
</style>
background-color css
<style>
a { background-color: #B85D07; }
a { background-color: rgb(184,93,7); }
div.DivClassName
{
background-color: #B85D07;
}
.BgClassName
{
background-color: #B85D07;
}
</style>
border-color css
<style>
span { border-color: #B85D07; }
span { border-color: rgb(184,93,7); }
td.TdClassName
{
border-color: #B85D07;
}
.TagClassName
{
border-color: #B85D07;
}
</style>