Shades of Tenne (Tawny) #BD610B
Tints of Tenne (Tawny) #BD610B
RGB
CMYK
RGB Variations
Color information
#BD610B (or 0xBD610B) is known color: Tenne (Tawny). HEX triplet: BD, 61 and 0B. RGB value is (189,97,11). Sum of RGB (Red+Green+Blue) = 189+97+11=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD610B is #429EF4. Grayscale: #737373. Windows color (decimal): -4366069 or 745917. OLE color: 745917.
HSL color Cylindrical-coordinate representation of color #BD610B: hue angle of 28.99º 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 #BD610B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.26 |
| HSL | 28.99º | 0.89% | 0.39% | - |
| HSV(B) | 28.99º | 0.94% | 0.74% | - |
| XYZ | 25.32 | 19.39 | 2.73 | - |
| YUV | 114.7 | 69.48 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 11 | 0 | 0.49 | 0.94 | 0.26 | 28.99 | 0.89 | 0.39 |
| Hex | BD | 61 | B | 0 | 31 | 5E | 1A | 1D | 59 | 27 |
| Octal | 275 | 141 | 13 | 0 | 61 | 136 | 32 | 35 | 131 | 47 |
| Binary | 10111101 | 1100001 | 1011 | 0 | 110001 | 1011110 | 11010 | 11101 | 1011001 | 100111 |
Color Harmonies of #BD610B
Complementary color
Monochromatic Colors of #BD610B
Black with #BD610B
Text Example
Text Example
White with #BD610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD610B; }
p { color: rgb(189,97,11); }
H1.HeaderClassName
{
color: #BD610B;
}
.AnyTagClassName
{
color: #BD610B;
}
</style>
background-color css
<style>
a { background-color: #BD610B; }
a { background-color: rgb(189,97,11); }
div.DivClassName
{
background-color: #BD610B;
}
.BgClassName
{
background-color: #BD610B;
}
</style>
border-color css
<style>
span { border-color: #BD610B; }
span { border-color: rgb(189,97,11); }
td.TdClassName
{
border-color: #BD610B;
}
.TagClassName
{
border-color: #BD610B;
}
</style>