Shades of Tenne (Tawny) #B75102
Tints of Tenne (Tawny) #B75102
RGB
CMYK
RGB Variations
Color information
#B75102 (or 0xB75102) is known color: Tenne (Tawny). HEX triplet: B7, 51 and 02. RGB value is (183,81,2). Sum of RGB (Red+Green+Blue) = 183+81+2=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B75102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75102 is #48AEFD. Grayscale: #666666. Windows color (decimal): -4763390 or 151991. OLE color: 151991.
HSL color Cylindrical-coordinate representation of color #B75102: hue angle of 26.19º 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 #B75102 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.28 |
| HSL | 26.19º | 0.98% | 0.36% | - |
| HSV(B) | 26.19º | 0.99% | 0.72% | - |
| XYZ | 22.48 | 15.96 | 1.95 | - |
| YUV | 102.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 2 | 0 | 0.56 | 0.99 | 0.28 | 26.19 | 0.98 | 0.36 |
| Hex | B7 | 51 | 2 | 0 | 38 | 63 | 1C | 1A | 62 | 24 |
| Octal | 267 | 121 | 2 | 0 | 70 | 143 | 34 | 32 | 142 | 44 |
| Binary | 10110111 | 1010001 | 10 | 0 | 111000 | 1100011 | 11100 | 11010 | 1100010 | 100100 |
Color Harmonies of #B75102
Complementary color
Monochromatic Colors of #B75102
Black with #B75102
Text Example
Text Example
White with #B75102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75102; }
p { color: rgb(183,81,2); }
H1.HeaderClassName
{
color: #B75102;
}
.AnyTagClassName
{
color: #B75102;
}
</style>
background-color css
<style>
a { background-color: #B75102; }
a { background-color: rgb(183,81,2); }
div.DivClassName
{
background-color: #B75102;
}
.BgClassName
{
background-color: #B75102;
}
</style>
border-color css
<style>
span { border-color: #B75102; }
span { border-color: rgb(183,81,2); }
td.TdClassName
{
border-color: #B75102;
}
.TagClassName
{
border-color: #B75102;
}
</style>