Shades of Tenne (Tawny) #BD620F
Tints of Tenne (Tawny) #BD620F
RGB
CMYK
RGB Variations
Color information
#BD620F (or 0xBD620F) is known color: Tenne (Tawny). HEX triplet: BD, 62 and 0F. RGB value is (189,98,15). Sum of RGB (Red+Green+Blue) = 189+98+15=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD620F is #429DF0. Grayscale: #747474. Windows color (decimal): -4365809 or 1008317. OLE color: 1008317.
HSL color Cylindrical-coordinate representation of color #BD620F: hue angle of 28.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD620F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.26 |
| HSL | 28.62º | 0.85% | 0.4% | - |
| HSV(B) | 28.62º | 0.92% | 0.74% | - |
| XYZ | 25.44 | 19.59 | 2.89 | - |
| YUV | 115.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 15 | 0 | 0.48 | 0.92 | 0.26 | 28.62 | 0.85 | 0.4 |
| Hex | BD | 62 | F | 0 | 30 | 5C | 1A | 1D | 55 | 28 |
| Octal | 275 | 142 | 17 | 0 | 60 | 134 | 32 | 35 | 125 | 50 |
| Binary | 10111101 | 1100010 | 1111 | 0 | 110000 | 1011100 | 11010 | 11101 | 1010101 | 101000 |
Color Harmonies of #BD620F
Complementary color
Monochromatic Colors of #BD620F
Black with #BD620F
Text Example
Text Example
White with #BD620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD620F; }
p { color: rgb(189,98,15); }
H1.HeaderClassName
{
color: #BD620F;
}
.AnyTagClassName
{
color: #BD620F;
}
</style>
background-color css
<style>
a { background-color: #BD620F; }
a { background-color: rgb(189,98,15); }
div.DivClassName
{
background-color: #BD620F;
}
.BgClassName
{
background-color: #BD620F;
}
</style>
border-color css
<style>
span { border-color: #BD620F; }
span { border-color: rgb(189,98,15); }
td.TdClassName
{
border-color: #BD620F;
}
.TagClassName
{
border-color: #BD620F;
}
</style>