Shades of Tenne (Tawny) #B75C0B
Tints of Tenne (Tawny) #B75C0B
RGB
CMYK
RGB Variations
Color information
#B75C0B (or 0xB75C0B) is known color: Tenne (Tawny). HEX triplet: B7, 5C and 0B. RGB value is (183,92,11). Sum of RGB (Red+Green+Blue) = 183+92+11=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75C0B is #48A3F4. Grayscale: #6E6E6E. Windows color (decimal): -4760565 or 744631. OLE color: 744631.
HSL color Cylindrical-coordinate representation of color #B75C0B: hue angle of 28.26º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B75C0B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.28 |
| HSL | 28.26º | 0.89% | 0.38% | - |
| HSV(B) | 28.26º | 0.94% | 0.72% | - |
| XYZ | 23.42 | 17.75 | 2.51 | - |
| YUV | 109.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 11 | 0 | 0.50 | 0.94 | 0.28 | 28.26 | 0.89 | 0.38 |
| Hex | B7 | 5C | B | 0 | 32 | 5E | 1C | 1C | 59 | 26 |
| Octal | 267 | 134 | 13 | 0 | 62 | 136 | 34 | 34 | 131 | 46 |
| Binary | 10110111 | 1011100 | 1011 | 0 | 110010 | 1011110 | 11100 | 11100 | 1011001 | 100110 |
Color Harmonies of #B75C0B
Complementary color
Monochromatic Colors of #B75C0B
Black with #B75C0B
Text Example
Text Example
White with #B75C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75C0B; }
p { color: rgb(183,92,11); }
H1.HeaderClassName
{
color: #B75C0B;
}
.AnyTagClassName
{
color: #B75C0B;
}
</style>
background-color css
<style>
a { background-color: #B75C0B; }
a { background-color: rgb(183,92,11); }
div.DivClassName
{
background-color: #B75C0B;
}
.BgClassName
{
background-color: #B75C0B;
}
</style>
border-color css
<style>
span { border-color: #B75C0B; }
span { border-color: rgb(183,92,11); }
td.TdClassName
{
border-color: #B75C0B;
}
.TagClassName
{
border-color: #B75C0B;
}
</style>