Shades of Bistre #46260B
Tints of Bistre #46260B
RGB
CMYK
RGB Variations
Color information
#46260B (or 0x46260B) is known color: Bistre. HEX triplet: 46, 26 and 0B. RGB value is (70,38,11). Sum of RGB (Red+Green+Blue) = 70+38+11=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46260B is #B9D9F4. Grayscale: #2C2C2C. Windows color (decimal): -12179957 or 730694. OLE color: 730694.
HSL color Cylindrical-coordinate representation of color #46260B: hue angle of 27.46º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46260B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 11 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.73 |
| HSL | 27.46º | 0.73% | 0.16% | - |
| HSV(B) | 27.46º | 0.84% | 0.27% | - |
| XYZ | 3.28 | 2.71 | 0.67 | - |
| YUV | 44.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 11 | 0 | 0.46 | 0.84 | 0.73 | 27.46 | 0.73 | 0.16 |
| Hex | 46 | 26 | B | 0 | 2E | 54 | 49 | 1B | 49 | 10 |
| Octal | 106 | 46 | 13 | 0 | 56 | 124 | 111 | 33 | 111 | 20 |
| Binary | 1000110 | 100110 | 1011 | 0 | 101110 | 1010100 | 1001001 | 11011 | 1001001 | 10000 |
Color Harmonies of #46260B
Complementary color
Monochromatic Colors of #46260B
Black with #46260B
Text Example
Text Example
White with #46260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46260B; }
p { color: rgb(70,38,11); }
H1.HeaderClassName
{
color: #46260B;
}
.AnyTagClassName
{
color: #46260B;
}
</style>
background-color css
<style>
a { background-color: #46260B; }
a { background-color: rgb(70,38,11); }
div.DivClassName
{
background-color: #46260B;
}
.BgClassName
{
background-color: #46260B;
}
</style>
border-color css
<style>
span { border-color: #46260B; }
span { border-color: rgb(70,38,11); }
td.TdClassName
{
border-color: #46260B;
}
.TagClassName
{
border-color: #46260B;
}
</style>