Shades of Tenne (Tawny) #BE630F
Tints of Tenne (Tawny) #BE630F
RGB
CMYK
RGB Variations
Color information
#BE630F (or 0xBE630F) is known color: Tenne (Tawny). HEX triplet: BE, 63 and 0F. RGB value is (190,99,15). Sum of RGB (Red+Green+Blue) = 190+99+15=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE630F is #419CF0. Grayscale: #757575. Windows color (decimal): -4300017 or 1008574. OLE color: 1008574.
HSL color Cylindrical-coordinate representation of color #BE630F: hue angle of 28.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE630F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.25 |
| HSL | 28.8º | 0.85% | 0.4% | - |
| HSV(B) | 28.8º | 0.92% | 0.75% | - |
| XYZ | 25.78 | 19.91 | 2.94 | - |
| YUV | 116.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 15 | 0 | 0.48 | 0.92 | 0.25 | 28.8 | 0.85 | 0.4 |
| Hex | BE | 63 | F | 0 | 30 | 5C | 19 | 1D | 55 | 28 |
| Octal | 276 | 143 | 17 | 0 | 60 | 134 | 31 | 35 | 125 | 50 |
| Binary | 10111110 | 1100011 | 1111 | 0 | 110000 | 1011100 | 11001 | 11101 | 1010101 | 101000 |
Color Harmonies of #BE630F
Complementary color
Monochromatic Colors of #BE630F
Black with #BE630F
Text Example
Text Example
White with #BE630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE630F; }
p { color: rgb(190,99,15); }
H1.HeaderClassName
{
color: #BE630F;
}
.AnyTagClassName
{
color: #BE630F;
}
</style>
background-color css
<style>
a { background-color: #BE630F; }
a { background-color: rgb(190,99,15); }
div.DivClassName
{
background-color: #BE630F;
}
.BgClassName
{
background-color: #BE630F;
}
</style>
border-color css
<style>
span { border-color: #BE630F; }
span { border-color: rgb(190,99,15); }
td.TdClassName
{
border-color: #BE630F;
}
.TagClassName
{
border-color: #BE630F;
}
</style>