Shades of Tenne (Tawny) #BE4B00
Tints of Tenne (Tawny) #BE4B00
RGB
CMYK
RGB Variations
Color information
#BE4B00 (or 0xBE4B00) is known color: Tenne (Tawny). HEX triplet: BE, 4B and 00. RGB value is (190,75,0). Sum of RGB (Red+Green+Blue) = 190+75+0=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4B00 is #41B4FF. Grayscale: #656565. Windows color (decimal): -4306176 or 19390. OLE color: 19390.
HSL color Cylindrical-coordinate representation of color #BE4B00: hue angle of 23.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE4B00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.25 |
| HSL | 23.68º | 1% | 0.37% | - |
| HSV(B) | 23.68º | 1% | 0.75% | - |
| XYZ | 23.75 | 15.98 | 1.83 | - |
| YUV | 100.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 0 | 0 | 0.61 | 1 | 0.25 | 23.68 | 1 | 0.37 |
| Hex | BE | 4B | 0 | 0 | 3D | 64 | 19 | 18 | 64 | 25 |
| Octal | 276 | 113 | 0 | 0 | 75 | 144 | 31 | 30 | 144 | 45 |
| Binary | 10111110 | 1001011 | 0 | 0 | 111101 | 1100100 | 11001 | 11000 | 1100100 | 100101 |
Color Harmonies of #BE4B00
Complementary color
Monochromatic Colors of #BE4B00
Black with #BE4B00
Text Example
Text Example
White with #BE4B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B00; }
p { color: rgb(190,75,0); }
H1.HeaderClassName
{
color: #BE4B00;
}
.AnyTagClassName
{
color: #BE4B00;
}
</style>
background-color css
<style>
a { background-color: #BE4B00; }
a { background-color: rgb(190,75,0); }
div.DivClassName
{
background-color: #BE4B00;
}
.BgClassName
{
background-color: #BE4B00;
}
</style>
border-color css
<style>
span { border-color: #BE4B00; }
span { border-color: rgb(190,75,0); }
td.TdClassName
{
border-color: #BE4B00;
}
.TagClassName
{
border-color: #BE4B00;
}
</style>