Shades of Tenne (Tawny) #B7630A
Tints of Tenne (Tawny) #B7630A
RGB
CMYK
RGB Variations
Color information
#B7630A (or 0xB7630A) is known color: Tenne (Tawny). HEX triplet: B7, 63 and 0A. RGB value is (183,99,10). Sum of RGB (Red+Green+Blue) = 183+99+10=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7630A is #489CF5. Grayscale: #727272. Windows color (decimal): -4758774 or 680887. OLE color: 680887.
HSL color Cylindrical-coordinate representation of color #B7630A: hue angle of 30.87º 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 #B7630A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.28 |
| HSL | 30.87º | 0.9% | 0.38% | - |
| HSV(B) | 30.87º | 0.95% | 0.72% | - |
| XYZ | 24.05 | 19.01 | 2.69 | - |
| YUV | 113.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 10 | 0 | 0.46 | 0.95 | 0.28 | 30.87 | 0.9 | 0.38 |
| Hex | B7 | 63 | A | 0 | 2E | 5F | 1C | 1F | 5A | 26 |
| Octal | 267 | 143 | 12 | 0 | 56 | 137 | 34 | 37 | 132 | 46 |
| Binary | 10110111 | 1100011 | 1010 | 0 | 101110 | 1011111 | 11100 | 11111 | 1011010 | 100110 |
Color Harmonies of #B7630A
Complementary color
Monochromatic Colors of #B7630A
Black with #B7630A
Text Example
Text Example
White with #B7630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7630A; }
p { color: rgb(183,99,10); }
H1.HeaderClassName
{
color: #B7630A;
}
.AnyTagClassName
{
color: #B7630A;
}
</style>
background-color css
<style>
a { background-color: #B7630A; }
a { background-color: rgb(183,99,10); }
div.DivClassName
{
background-color: #B7630A;
}
.BgClassName
{
background-color: #B7630A;
}
</style>
border-color css
<style>
span { border-color: #B7630A; }
span { border-color: rgb(183,99,10); }
td.TdClassName
{
border-color: #B7630A;
}
.TagClassName
{
border-color: #B7630A;
}
</style>