Shades of Tenne (Tawny) #B85A05
Tints of Tenne (Tawny) #B85A05
RGB
CMYK
RGB Variations
Color information
#B85A05 (or 0xB85A05) is known color: Tenne (Tawny). HEX triplet: B8, 5A and 05. RGB value is (184,90,5). Sum of RGB (Red+Green+Blue) = 184+90+5=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A05 is #47A5FA. Grayscale: #6C6C6C. Windows color (decimal): -4695547 or 350904. OLE color: 350904.
HSL color Cylindrical-coordinate representation of color #B85A05: hue angle of 28.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 #B85A05 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.28 |
| HSL | 28.49º | 0.95% | 0.37% | - |
| HSV(B) | 28.49º | 0.97% | 0.72% | - |
| XYZ | 23.45 | 17.51 | 2.29 | - |
| YUV | 108.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 5 | 0 | 0.51 | 0.97 | 0.28 | 28.49 | 0.95 | 0.37 |
| Hex | B8 | 5A | 5 | 0 | 33 | 61 | 1C | 1C | 5F | 25 |
| Octal | 270 | 132 | 5 | 0 | 63 | 141 | 34 | 34 | 137 | 45 |
| Binary | 10111000 | 1011010 | 101 | 0 | 110011 | 1100001 | 11100 | 11100 | 1011111 | 100101 |
Color Harmonies of #B85A05
Complementary color
Monochromatic Colors of #B85A05
Black with #B85A05
Text Example
Text Example
White with #B85A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A05; }
p { color: rgb(184,90,5); }
H1.HeaderClassName
{
color: #B85A05;
}
.AnyTagClassName
{
color: #B85A05;
}
</style>
background-color css
<style>
a { background-color: #B85A05; }
a { background-color: rgb(184,90,5); }
div.DivClassName
{
background-color: #B85A05;
}
.BgClassName
{
background-color: #B85A05;
}
</style>
border-color css
<style>
span { border-color: #B85A05; }
span { border-color: rgb(184,90,5); }
td.TdClassName
{
border-color: #B85A05;
}
.TagClassName
{
border-color: #B85A05;
}
</style>