Shades of Tenne (Tawny) #B05702
Tints of Tenne (Tawny) #B05702
RGB
CMYK
RGB Variations
Color information
#B05702 (or 0xB05702) is known color: Tenne (Tawny). HEX triplet: B0, 57 and 02. RGB value is (176,87,2). Sum of RGB (Red+Green+Blue) = 176+87+2=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05702 is #4FA8FD. Grayscale: #686868. Windows color (decimal): -5220606 or 153520. OLE color: 153520.
HSL color Cylindrical-coordinate representation of color #B05702: hue angle of 29.31º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B05702 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.31 |
| HSL | 29.31º | 0.98% | 0.35% | - |
| HSV(B) | 29.31º | 0.99% | 0.69% | - |
| XYZ | 21.32 | 16.05 | 2.03 | - |
| YUV | 103.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 2 | 0 | 0.51 | 0.99 | 0.31 | 29.31 | 0.98 | 0.35 |
| Hex | B0 | 57 | 2 | 0 | 33 | 63 | 1F | 1D | 62 | 23 |
| Octal | 260 | 127 | 2 | 0 | 63 | 143 | 37 | 35 | 142 | 43 |
| Binary | 10110000 | 1010111 | 10 | 0 | 110011 | 1100011 | 11111 | 11101 | 1100010 | 100011 |
Color Harmonies of #B05702
Complementary color
Monochromatic Colors of #B05702
Black with #B05702
Text Example
Text Example
White with #B05702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05702; }
p { color: rgb(176,87,2); }
H1.HeaderClassName
{
color: #B05702;
}
.AnyTagClassName
{
color: #B05702;
}
</style>
background-color css
<style>
a { background-color: #B05702; }
a { background-color: rgb(176,87,2); }
div.DivClassName
{
background-color: #B05702;
}
.BgClassName
{
background-color: #B05702;
}
</style>
border-color css
<style>
span { border-color: #B05702; }
span { border-color: rgb(176,87,2); }
td.TdClassName
{
border-color: #B05702;
}
.TagClassName
{
border-color: #B05702;
}
</style>