Shades of Tenne (Tawny) #B8630A
Tints of Tenne (Tawny) #B8630A
RGB
CMYK
RGB Variations
Color information
#B8630A (or 0xB8630A) is known color: Tenne (Tawny). HEX triplet: B8, 63 and 0A. RGB value is (184,99,10). Sum of RGB (Red+Green+Blue) = 184+99+10=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8630A is #479CF5. Grayscale: #727272. Windows color (decimal): -4693238 or 680888. OLE color: 680888.
HSL color Cylindrical-coordinate representation of color #B8630A: hue angle of 30.69º 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 #B8630A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.28 |
| HSL | 30.69º | 0.9% | 0.38% | - |
| HSV(B) | 30.69º | 0.95% | 0.72% | - |
| XYZ | 24.28 | 19.14 | 2.7 | - |
| YUV | 114.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 10 | 0 | 0.46 | 0.95 | 0.28 | 30.69 | 0.9 | 0.38 |
| Hex | B8 | 63 | A | 0 | 2E | 5F | 1C | 1F | 5A | 26 |
| Octal | 270 | 143 | 12 | 0 | 56 | 137 | 34 | 37 | 132 | 46 |
| Binary | 10111000 | 1100011 | 1010 | 0 | 101110 | 1011111 | 11100 | 11111 | 1011010 | 100110 |
Color Harmonies of #B8630A
Complementary color
Monochromatic Colors of #B8630A
Black with #B8630A
Text Example
Text Example
White with #B8630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8630A; }
p { color: rgb(184,99,10); }
H1.HeaderClassName
{
color: #B8630A;
}
.AnyTagClassName
{
color: #B8630A;
}
</style>
background-color css
<style>
a { background-color: #B8630A; }
a { background-color: rgb(184,99,10); }
div.DivClassName
{
background-color: #B8630A;
}
.BgClassName
{
background-color: #B8630A;
}
</style>
border-color css
<style>
span { border-color: #B8630A; }
span { border-color: rgb(184,99,10); }
td.TdClassName
{
border-color: #B8630A;
}
.TagClassName
{
border-color: #B8630A;
}
</style>