Shades of Tenne (Tawny) #BD650B
Tints of Tenne (Tawny) #BD650B
RGB
CMYK
RGB Variations
Color information
#BD650B (or 0xBD650B) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 0B. RGB value is (189,101,11). Sum of RGB (Red+Green+Blue) = 189+101+11=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD650B is #429AF4. Grayscale: #757575. Windows color (decimal): -4365045 or 746941. OLE color: 746941.
HSL color Cylindrical-coordinate representation of color #BD650B: hue angle of 30.34º 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 #BD650B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.26 |
| HSL | 30.34º | 0.89% | 0.39% | - |
| HSV(B) | 30.34º | 0.94% | 0.74% | - |
| XYZ | 25.7 | 20.15 | 2.85 | - |
| YUV | 117.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 11 | 0 | 0.47 | 0.94 | 0.26 | 30.34 | 0.89 | 0.39 |
| Hex | BD | 65 | B | 0 | 2F | 5E | 1A | 1E | 59 | 27 |
| Octal | 275 | 145 | 13 | 0 | 57 | 136 | 32 | 36 | 131 | 47 |
| Binary | 10111101 | 1100101 | 1011 | 0 | 101111 | 1011110 | 11010 | 11110 | 1011001 | 100111 |
Color Harmonies of #BD650B
Complementary color
Monochromatic Colors of #BD650B
Black with #BD650B
Text Example
Text Example
White with #BD650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD650B; }
p { color: rgb(189,101,11); }
H1.HeaderClassName
{
color: #BD650B;
}
.AnyTagClassName
{
color: #BD650B;
}
</style>
background-color css
<style>
a { background-color: #BD650B; }
a { background-color: rgb(189,101,11); }
div.DivClassName
{
background-color: #BD650B;
}
.BgClassName
{
background-color: #BD650B;
}
</style>
border-color css
<style>
span { border-color: #BD650B; }
span { border-color: rgb(189,101,11); }
td.TdClassName
{
border-color: #BD650B;
}
.TagClassName
{
border-color: #BD650B;
}
</style>