Shades of Bilbao #32850B
Tints of Bilbao #32850B
RGB
CMYK
RGB Variations
Color information
#32850B (or 0x32850B) is known color: Bilbao. HEX triplet: 32, 85 and 0B. RGB value is (50,133,11). Sum of RGB (Red+Green+Blue) = 50+133+11=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #32850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32850B is #CD7AF4. Grayscale: #5E5E5E. Windows color (decimal): -13466357 or 754994. OLE color: 754994.
HSL color Cylindrical-coordinate representation of color #32850B: hue angle of 100.82º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32850B is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 11 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.48 |
| HSL | 100.82º | 0.85% | 0.28% | - |
| HSV(B) | 100.82º | 0.92% | 0.52% | - |
| XYZ | 9.76 | 17.48 | 3.18 | - |
| YUV | 94.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 11 | 0.62 | 0 | 0.92 | 0.48 | 100.82 | 0.85 | 0.28 |
| Hex | 32 | 85 | B | 3E | 0 | 5C | 30 | 65 | 55 | 1C |
| Octal | 62 | 205 | 13 | 76 | 0 | 134 | 60 | 145 | 125 | 34 |
| Binary | 110010 | 10000101 | 1011 | 111110 | 0 | 1011100 | 110000 | 1100101 | 1010101 | 11100 |
Color Harmonies of #32850B
Complementary color
Monochromatic Colors of #32850B
Black with #32850B
Text Example
Text Example
White with #32850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32850B; }
p { color: rgb(50,133,11); }
H1.HeaderClassName
{
color: #32850B;
}
.AnyTagClassName
{
color: #32850B;
}
</style>
background-color css
<style>
a { background-color: #32850B; }
a { background-color: rgb(50,133,11); }
div.DivClassName
{
background-color: #32850B;
}
.BgClassName
{
background-color: #32850B;
}
</style>
border-color css
<style>
span { border-color: #32850B; }
span { border-color: rgb(50,133,11); }
td.TdClassName
{
border-color: #32850B;
}
.TagClassName
{
border-color: #32850B;
}
</style>