Shades of Tenne (Tawny) #B9630A
Tints of Tenne (Tawny) #B9630A
RGB
CMYK
RGB Variations
Color information
#B9630A (or 0xB9630A) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 0A. RGB value is (185,99,10). Sum of RGB (Red+Green+Blue) = 185+99+10=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9630A is #469CF5. Grayscale: #737373. Windows color (decimal): -4627702 or 680889. OLE color: 680889.
HSL color Cylindrical-coordinate representation of color #B9630A: hue angle of 30.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9630A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.27 |
| HSL | 30.51º | 0.9% | 0.38% | - |
| HSV(B) | 30.51º | 0.95% | 0.73% | - |
| XYZ | 24.52 | 19.26 | 2.71 | - |
| YUV | 114.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 10 | 0 | 0.46 | 0.95 | 0.27 | 30.51 | 0.9 | 0.38 |
| Hex | B9 | 63 | A | 0 | 2E | 5F | 1B | 1F | 5A | 26 |
| Octal | 271 | 143 | 12 | 0 | 56 | 137 | 33 | 37 | 132 | 46 |
| Binary | 10111001 | 1100011 | 1010 | 0 | 101110 | 1011111 | 11011 | 11111 | 1011010 | 100110 |
Color Harmonies of #B9630A
Complementary color
Monochromatic Colors of #B9630A
Black with #B9630A
Text Example
Text Example
White with #B9630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9630A; }
p { color: rgb(185,99,10); }
H1.HeaderClassName
{
color: #B9630A;
}
.AnyTagClassName
{
color: #B9630A;
}
</style>
background-color css
<style>
a { background-color: #B9630A; }
a { background-color: rgb(185,99,10); }
div.DivClassName
{
background-color: #B9630A;
}
.BgClassName
{
background-color: #B9630A;
}
</style>
border-color css
<style>
span { border-color: #B9630A; }
span { border-color: rgb(185,99,10); }
td.TdClassName
{
border-color: #B9630A;
}
.TagClassName
{
border-color: #B9630A;
}
</style>