Shades of Tenne (Tawny) #B85502
Tints of Tenne (Tawny) #B85502
RGB
CMYK
RGB Variations
Color information
#B85502 (or 0xB85502) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 02. RGB value is (184,85,2). Sum of RGB (Red+Green+Blue) = 184+85+2=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B85502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85502 is #47AAFD. Grayscale: #696969. Windows color (decimal): -4696830 or 153016. OLE color: 153016.
HSL color Cylindrical-coordinate representation of color #B85502: hue angle of 27.36º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B85502 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.28 |
| HSL | 27.36º | 0.98% | 0.36% | - |
| HSV(B) | 27.36º | 0.99% | 0.72% | - |
| XYZ | 23.03 | 16.69 | 2.07 | - |
| YUV | 105.14 | 69.8 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 2 | 0 | 0.54 | 0.99 | 0.28 | 27.36 | 0.98 | 0.36 |
| Hex | B8 | 55 | 2 | 0 | 36 | 63 | 1C | 1B | 62 | 24 |
| Octal | 270 | 125 | 2 | 0 | 66 | 143 | 34 | 33 | 142 | 44 |
| Binary | 10111000 | 1010101 | 10 | 0 | 110110 | 1100011 | 11100 | 11011 | 1100010 | 100100 |
Color Harmonies of #B85502
Complementary color
Monochromatic Colors of #B85502
Black with #B85502
Text Example
Text Example
White with #B85502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85502; }
p { color: rgb(184,85,2); }
H1.HeaderClassName
{
color: #B85502;
}
.AnyTagClassName
{
color: #B85502;
}
</style>
background-color css
<style>
a { background-color: #B85502; }
a { background-color: rgb(184,85,2); }
div.DivClassName
{
background-color: #B85502;
}
.BgClassName
{
background-color: #B85502;
}
</style>
border-color css
<style>
span { border-color: #B85502; }
span { border-color: rgb(184,85,2); }
td.TdClassName
{
border-color: #B85502;
}
.TagClassName
{
border-color: #B85502;
}
</style>