Shades of Tenne (Tawny) #BD620B
Tints of Tenne (Tawny) #BD620B
RGB
CMYK
RGB Variations
Color information
#BD620B (or 0xBD620B) is known color: Tenne (Tawny). HEX triplet: BD, 62 and 0B. RGB value is (189,98,11). Sum of RGB (Red+Green+Blue) = 189+98+11=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD620B is #429DF4. Grayscale: #737373. Windows color (decimal): -4365813 or 746173. OLE color: 746173.
HSL color Cylindrical-coordinate representation of color #BD620B: hue angle of 29.33º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD620B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.26 |
| HSL | 29.33º | 0.89% | 0.39% | - |
| HSV(B) | 29.33º | 0.94% | 0.74% | - |
| XYZ | 25.41 | 19.58 | 2.76 | - |
| YUV | 115.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 11 | 0 | 0.48 | 0.94 | 0.26 | 29.33 | 0.89 | 0.39 |
| Hex | BD | 62 | B | 0 | 30 | 5E | 1A | 1D | 59 | 27 |
| Octal | 275 | 142 | 13 | 0 | 60 | 136 | 32 | 35 | 131 | 47 |
| Binary | 10111101 | 1100010 | 1011 | 0 | 110000 | 1011110 | 11010 | 11101 | 1011001 | 100111 |
Color Harmonies of #BD620B
Complementary color
Monochromatic Colors of #BD620B
Black with #BD620B
Text Example
Text Example
White with #BD620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD620B; }
p { color: rgb(189,98,11); }
H1.HeaderClassName
{
color: #BD620B;
}
.AnyTagClassName
{
color: #BD620B;
}
</style>
background-color css
<style>
a { background-color: #BD620B; }
a { background-color: rgb(189,98,11); }
div.DivClassName
{
background-color: #BD620B;
}
.BgClassName
{
background-color: #BD620B;
}
</style>
border-color css
<style>
span { border-color: #BD620B; }
span { border-color: rgb(189,98,11); }
td.TdClassName
{
border-color: #BD620B;
}
.TagClassName
{
border-color: #BD620B;
}
</style>