Shades of Tenne (Tawny) #B85A0A
Tints of Tenne (Tawny) #B85A0A
RGB
CMYK
RGB Variations
Color information
#B85A0A (or 0xB85A0A) is known color: Tenne (Tawny). HEX triplet: B8, 5A and 0A. RGB value is (184,90,10). Sum of RGB (Red+Green+Blue) = 184+90+10=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A0A is #47A5F5. Grayscale: #6D6D6D. Windows color (decimal): -4695542 or 678584. OLE color: 678584.
HSL color Cylindrical-coordinate representation of color #B85A0A: hue angle of 27.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B85A0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.28 |
| HSL | 27.59º | 0.9% | 0.38% | - |
| HSV(B) | 27.59º | 0.95% | 0.72% | - |
| XYZ | 23.48 | 17.52 | 2.43 | - |
| YUV | 108.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 10 | 0 | 0.51 | 0.95 | 0.28 | 27.59 | 0.9 | 0.38 |
| Hex | B8 | 5A | A | 0 | 33 | 5F | 1C | 1C | 5A | 26 |
| Octal | 270 | 132 | 12 | 0 | 63 | 137 | 34 | 34 | 132 | 46 |
| Binary | 10111000 | 1011010 | 1010 | 0 | 110011 | 1011111 | 11100 | 11100 | 1011010 | 100110 |
Color Harmonies of #B85A0A
Complementary color
Monochromatic Colors of #B85A0A
Black with #B85A0A
Text Example
Text Example
White with #B85A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A0A; }
p { color: rgb(184,90,10); }
H1.HeaderClassName
{
color: #B85A0A;
}
.AnyTagClassName
{
color: #B85A0A;
}
</style>
background-color css
<style>
a { background-color: #B85A0A; }
a { background-color: rgb(184,90,10); }
div.DivClassName
{
background-color: #B85A0A;
}
.BgClassName
{
background-color: #B85A0A;
}
</style>
border-color css
<style>
span { border-color: #B85A0A; }
span { border-color: rgb(184,90,10); }
td.TdClassName
{
border-color: #B85A0A;
}
.TagClassName
{
border-color: #B85A0A;
}
</style>