Shades of Bilbao #40710B
Tints of Bilbao #40710B
RGB
CMYK
RGB Variations
Color information
#40710B (or 0x40710B) is known color: Bilbao. HEX triplet: 40, 71 and 0B. RGB value is (64,113,11). Sum of RGB (Red+Green+Blue) = 64+113+11=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #40710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40710B is #BF8EF4. Grayscale: #575757. Windows color (decimal): -12553973 or 749888. OLE color: 749888.
HSL color Cylindrical-coordinate representation of color #40710B: hue angle of 88.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40710B is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 11 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.56 |
| HSL | 88.82º | 0.82% | 0.24% | - |
| HSV(B) | 88.82º | 0.9% | 0.44% | - |
| XYZ | 8.08 | 12.92 | 2.39 | - |
| YUV | 86.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 11 | 0.43 | 0 | 0.90 | 0.56 | 88.82 | 0.82 | 0.24 |
| Hex | 40 | 71 | B | 2B | 0 | 5A | 38 | 59 | 52 | 18 |
| Octal | 100 | 161 | 13 | 53 | 0 | 132 | 70 | 131 | 122 | 30 |
| Binary | 1000000 | 1110001 | 1011 | 101011 | 0 | 1011010 | 111000 | 1011001 | 1010010 | 11000 |
Color Harmonies of #40710B
Complementary color
Monochromatic Colors of #40710B
Black with #40710B
Text Example
Text Example
White with #40710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40710B; }
p { color: rgb(64,113,11); }
H1.HeaderClassName
{
color: #40710B;
}
.AnyTagClassName
{
color: #40710B;
}
</style>
background-color css
<style>
a { background-color: #40710B; }
a { background-color: rgb(64,113,11); }
div.DivClassName
{
background-color: #40710B;
}
.BgClassName
{
background-color: #40710B;
}
</style>
border-color css
<style>
span { border-color: #40710B; }
span { border-color: rgb(64,113,11); }
td.TdClassName
{
border-color: #40710B;
}
.TagClassName
{
border-color: #40710B;
}
</style>