Shades of Tenne (Tawny) #B7580C
Tints of Tenne (Tawny) #B7580C
RGB
CMYK
RGB Variations
Color information
#B7580C (or 0xB7580C) is known color: Tenne (Tawny). HEX triplet: B7, 58 and 0C. RGB value is (183,88,12). Sum of RGB (Red+Green+Blue) = 183+88+12=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7580C is #48A7F3. Grayscale: #6C6C6C. Windows color (decimal): -4761588 or 809143. OLE color: 809143.
HSL color Cylindrical-coordinate representation of color #B7580C: hue angle of 26.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7580C is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 12 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.28 |
| HSL | 26.67º | 0.88% | 0.38% | - |
| HSV(B) | 26.67º | 0.93% | 0.72% | - |
| XYZ | 23.08 | 17.07 | 2.43 | - |
| YUV | 107.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 12 | 0 | 0.52 | 0.93 | 0.28 | 26.67 | 0.88 | 0.38 |
| Hex | B7 | 58 | C | 0 | 34 | 5D | 1C | 1B | 58 | 26 |
| Octal | 267 | 130 | 14 | 0 | 64 | 135 | 34 | 33 | 130 | 46 |
| Binary | 10110111 | 1011000 | 1100 | 0 | 110100 | 1011101 | 11100 | 11011 | 1011000 | 100110 |
Color Harmonies of #B7580C
Complementary color
Monochromatic Colors of #B7580C
Black with #B7580C
Text Example
Text Example
White with #B7580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7580C; }
p { color: rgb(183,88,12); }
H1.HeaderClassName
{
color: #B7580C;
}
.AnyTagClassName
{
color: #B7580C;
}
</style>
background-color css
<style>
a { background-color: #B7580C; }
a { background-color: rgb(183,88,12); }
div.DivClassName
{
background-color: #B7580C;
}
.BgClassName
{
background-color: #B7580C;
}
</style>
border-color css
<style>
span { border-color: #B7580C; }
span { border-color: rgb(183,88,12); }
td.TdClassName
{
border-color: #B7580C;
}
.TagClassName
{
border-color: #B7580C;
}
</style>