Shades of Tenne (Tawny) #B85302
Tints of Tenne (Tawny) #B85302
RGB
CMYK
RGB Variations
Color information
#B85302 (or 0xB85302) is known color: Tenne (Tawny). HEX triplet: B8, 53 and 02. RGB value is (184,83,2). Sum of RGB (Red+Green+Blue) = 184+83+2=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B85302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85302 is #47ACFD. Grayscale: #686868. Windows color (decimal): -4697342 or 152504. OLE color: 152504.
HSL color Cylindrical-coordinate representation of color #B85302: hue angle of 26.7º 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 #B85302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.28 |
| HSL | 26.7º | 0.98% | 0.36% | - |
| HSV(B) | 26.7º | 0.99% | 0.72% | - |
| XYZ | 22.87 | 16.38 | 2.01 | - |
| YUV | 103.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 2 | 0 | 0.55 | 0.99 | 0.28 | 26.7 | 0.98 | 0.36 |
| Hex | B8 | 53 | 2 | 0 | 37 | 63 | 1C | 1B | 62 | 24 |
| Octal | 270 | 123 | 2 | 0 | 67 | 143 | 34 | 33 | 142 | 44 |
| Binary | 10111000 | 1010011 | 10 | 0 | 110111 | 1100011 | 11100 | 11011 | 1100010 | 100100 |
Color Harmonies of #B85302
Complementary color
Monochromatic Colors of #B85302
Black with #B85302
Text Example
Text Example
White with #B85302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85302; }
p { color: rgb(184,83,2); }
H1.HeaderClassName
{
color: #B85302;
}
.AnyTagClassName
{
color: #B85302;
}
</style>
background-color css
<style>
a { background-color: #B85302; }
a { background-color: rgb(184,83,2); }
div.DivClassName
{
background-color: #B85302;
}
.BgClassName
{
background-color: #B85302;
}
</style>
border-color css
<style>
span { border-color: #B85302; }
span { border-color: rgb(184,83,2); }
td.TdClassName
{
border-color: #B85302;
}
.TagClassName
{
border-color: #B85302;
}
</style>