Shades of Tenne (Tawny) #B8570C
Tints of Tenne (Tawny) #B8570C
RGB
CMYK
RGB Variations
Color information
#B8570C (or 0xB8570C) is known color: Tenne (Tawny). HEX triplet: B8, 57 and 0C. RGB value is (184,87,12). Sum of RGB (Red+Green+Blue) = 184+87+12=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8570C is #47A8F3. Grayscale: #6B6B6B. Windows color (decimal): -4696308 or 808888. OLE color: 808888.
HSL color Cylindrical-coordinate representation of color #B8570C: hue angle of 26.16º 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 #B8570C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.28 |
| HSL | 26.16º | 0.88% | 0.38% | - |
| HSV(B) | 26.16º | 0.93% | 0.72% | - |
| XYZ | 23.24 | 17.03 | 2.41 | - |
| YUV | 107.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 12 | 0 | 0.53 | 0.93 | 0.28 | 26.16 | 0.88 | 0.38 |
| Hex | B8 | 57 | C | 0 | 35 | 5D | 1C | 1A | 58 | 26 |
| Octal | 270 | 127 | 14 | 0 | 65 | 135 | 34 | 32 | 130 | 46 |
| Binary | 10111000 | 1010111 | 1100 | 0 | 110101 | 1011101 | 11100 | 11010 | 1011000 | 100110 |
Color Harmonies of #B8570C
Complementary color
Monochromatic Colors of #B8570C
Black with #B8570C
Text Example
Text Example
White with #B8570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8570C; }
p { color: rgb(184,87,12); }
H1.HeaderClassName
{
color: #B8570C;
}
.AnyTagClassName
{
color: #B8570C;
}
</style>
background-color css
<style>
a { background-color: #B8570C; }
a { background-color: rgb(184,87,12); }
div.DivClassName
{
background-color: #B8570C;
}
.BgClassName
{
background-color: #B8570C;
}
</style>
border-color css
<style>
span { border-color: #B8570C; }
span { border-color: rgb(184,87,12); }
td.TdClassName
{
border-color: #B8570C;
}
.TagClassName
{
border-color: #B8570C;
}
</style>